fix unnecessary assetions in viewer.

git-svn-id: svn://10.0.0.236/trunk@67028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com 2000-04-25 01:46:39 +00:00
parent c072d340fe
commit 0235e1892f

View File

@ -346,16 +346,12 @@ NS_IMETHODIMP nsWebBrowserChrome::OnProgressChange(nsIChannel* aChannel,
PRInt32 aCurSelfProgress, PRInt32 aMaxSelfProgress,
PRInt32 aCurTotalProgress, PRInt32 aMaxTotalProgress)
{
//XXXTAB Implement
NS_ERROR("NotYetImplemented");
return NS_OK;
}
NS_IMETHODIMP nsWebBrowserChrome::OnChildProgressChange(nsIChannel* aChannel,
PRInt32 aCurChildProgress, PRInt32 aMaxChildProgress)
{
//XXXTAB Implement
NS_ERROR("NotYetImplemented");
return NS_OK;
}