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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user