summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_frontend_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_frontend_impl.h')
-rw-r--r--webkit/appcache/appcache_frontend_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_frontend_impl.h b/webkit/appcache/appcache_frontend_impl.h
index 6617082..e5852c7 100644
--- a/webkit/appcache/appcache_frontend_impl.h
+++ b/webkit/appcache/appcache_frontend_impl.h
@@ -23,7 +23,7 @@ class AppCacheFrontendImpl : public AppCacheFrontend {
int num_total, int num_complete);
virtual void OnLogMessage(int host_id, LogLevel log_level,
const std::string& message);
- virtual void OnContentBlocked(int host_id);
+ virtual void OnContentBlocked(int host_id, const GURL& manifest_url);
};
} // namespace