Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-12 22:00:30 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-12 22:00:30 (GMT)
commit6267b7981139936e18908caa6f30ff5766d16682 (patch)
tree98d44b0d0533bbe17745dd74e608d1db39e64ee1 /lib
parentf4a6eb4453108de4878c9bbfb0a17fe46ac7408e (diff)
Fix a missing method in a Gecko interface.
Diffstat (limited to 'lib')
-rw-r--r--lib/src/GeckoDownload.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp
index 479c1c5..4c80d9a 100644
--- a/lib/src/GeckoDownload.cpp
+++ b/lib/src/GeckoDownload.cpp
@@ -147,6 +147,16 @@ GeckoDownload::OnSecurityChange (nsIWebProgress *aWebProgress,
{
return NS_OK;
}
+
+NS_IMETHODIMP
+GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress,
+ nsIURI *aRefreshURI,
+ PRInt32 aMillis,
+ PRBool aSameURI,
+ PRBool *_retval)
+{
+ return NS_OK;
+}
//*****************************************************************************
// GeckoDownloadFactory
//*****************************************************************************