Fix a missing method in a Gecko interface.
This commit is contained in:
parent
f4a6eb4453
commit
6267b79811
@ -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
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user