Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.

git-svn-id: svn://10.0.0.236/trunk@56597 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-12-29 07:32:59 +00:00
parent 6c8a79d72b
commit 5870fbf96d
35 changed files with 118 additions and 230 deletions

View File

@@ -215,8 +215,7 @@ nsWebCrawler::OnStartDocumentLoad(nsIDocumentLoader* loader, nsIURI* aURL,
NS_IMETHODIMP
nsWebCrawler::OnEndDocumentLoad(nsIDocumentLoader* loader,
nsIChannel* channel,
nsresult aStatus,
nsIDocumentLoaderObserver* aObserver)
nsresult aStatus)
{
nsresult rv;
PRTime endLoadTime = PR_Now();
@@ -370,8 +369,7 @@ nsWebCrawler::OnEndDocumentLoad(nsIDocumentLoader* loader,
NS_IMETHODIMP
nsWebCrawler::OnStartURLLoad(nsIDocumentLoader* loader,
nsIChannel* channel,
nsIContentViewer* aViewer)
nsIChannel* channel)
{
return NS_OK;
}