Removed obsolete method nsIDocumentLoader::LoadOpenedDocument.

git-svn-id: svn://10.0.0.236/trunk@56596 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-12-29 05:10:21 +00:00
parent 8d06f36fe3
commit 6c8a79d72b
5 changed files with 14 additions and 72 deletions

View File

@@ -1730,19 +1730,11 @@ nsWebShell::DoContent(const char * aContentType,
// own load group!!! So the request would get canceled out from under us...
// after retargeting we may be able to safely call DoLoadURL.
DoLoadURL(aUri, strCommand, nsnull, nsIChannel::LOAD_NORMAL, 0, nsnull, PR_FALSE);
#if 0
return mDocLoader->LoadOpenedDocument(aOpenedChannel,
strCommand,
(nsIWebShell*)this,
nsnull,
nsnull,
aContentHandler);
#else
return CreateViewer(aOpenedChannel,
aContentType,
strCommand,
aContentHandler);
#endif
}
static NS_DEFINE_IID(kIDocumentLoaderFactoryIID, NS_IDOCUMENTLOADERFACTORY_IID);