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

for session History


git-svn-id: svn://10.0.0.236/trunk@35218 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
radha%netscape.com
1999-06-14 22:11:22 +00:00
parent 2ed23c55c0
commit 7a44de9e4e

View File

@@ -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.