mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Fix bug 306900, r+sr=jst
This commit is contained in:
parent
6323a7f888
commit
3d4f85e974
@ -306,13 +306,16 @@ public:
|
||||
virtual void Reset(nsIChannel *aChannel, nsILoadGroup *aLoadGroup);
|
||||
virtual void ResetToURI(nsIURI *aURI, nsILoadGroup *aLoadGroup);
|
||||
|
||||
// StartDocumentLoad is pure virtual so that subclasses must override it.
|
||||
// The nsDocument StartDocumentLoad does some setup, but does NOT set
|
||||
// *aDocListener; this is the job of subclasses.
|
||||
virtual nsresult StartDocumentLoad(const char* aCommand,
|
||||
nsIChannel* aChannel,
|
||||
nsILoadGroup* aLoadGroup,
|
||||
nsISupports* aContainer,
|
||||
nsIStreamListener **aDocListener,
|
||||
PRBool aReset = PR_TRUE,
|
||||
nsIContentSink* aContentSink = nsnull);
|
||||
nsIContentSink* aContentSink = nsnull) = 0;
|
||||
|
||||
virtual void StopDocumentLoad();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user