Fix a missing method in a Gecko interface.

This commit is contained in:
Tomeu Vizoso 2007-02-12 23:00:30 +01:00
parent f4a6eb4453
commit 6267b79811

View File

@ -147,6 +147,16 @@ GeckoDownload::OnSecurityChange (nsIWebProgress *aWebProgress,
{ {
return NS_OK; return NS_OK;
} }
NS_IMETHODIMP
GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress,
nsIURI *aRefreshURI,
PRInt32 aMillis,
PRBool aSameURI,
PRBool *_retval)
{
return NS_OK;
}
//***************************************************************************** //*****************************************************************************
// GeckoDownloadFactory // GeckoDownloadFactory
//***************************************************************************** //*****************************************************************************