Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,

r=darin, sr=bzbarsky, a=bsmedberg
This commit is contained in:
bzbarsky%mit.edu 2005-07-15 21:49:25 +00:00
Родитель 022ac24279
Коммит 967b3dd200
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -49,12 +49,7 @@ interface nsIAboutModule : nsISupports
/**
* Constructs a new channel for the about protocol module.
*
* @param originalURI - Specifies the original URI which caused the creation
* of this channel. This can occur when the construction of one channel
* (e.g. for resource:) causes another channel to be created on its behalf
* (e.g. a file: channel), or if a redirect occurs, causing the current
* URL to become different from the original URL. If NULL, the aURI parameter
* will be used as the originalURI instead.
* @param aURI the uri of the new channel
*/
nsIChannel newChannel(in nsIURI aURI);
};