OnEndDocumentLoad() now has a handle to the caller in the argument list. Need it

for session History
This commit is contained in:
radha%netscape.com 1999-06-14 22:11:22 +00:00
Родитель 6672608b32
Коммит f78756d044
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -50,7 +50,8 @@ public:
/**
* Notify the observer that a document has been completely loaded.
*/
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus) = 0;
NS_IMETHOD OnEndDocumentLoad(nsIDocumentLoader* loader, nsIURL *aUrl, PRInt32 aStatus,
nsIDocumentLoaderObserver * aObserver) = 0;
/**
* Notify the observer that the specified nsIURL has just started to load.