summaryrefslogtreecommitdiffstats
path: root/chrome/browser/appcache/appcache_frontend_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/appcache/appcache_frontend_proxy.h')
-rw-r--r--chrome/browser/appcache/appcache_frontend_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/appcache/appcache_frontend_proxy.h b/chrome/browser/appcache/appcache_frontend_proxy.h
index 234e36cf..2b6bc2e 100644
--- a/chrome/browser/appcache/appcache_frontend_proxy.h
+++ b/chrome/browser/appcache/appcache_frontend_proxy.h
@@ -24,6 +24,9 @@ class AppCacheFrontendProxy : public appcache::AppCacheFrontend {
appcache::Status status);
virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache::EventID event_id);
+ virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
+ const GURL& url,
+ int num_total, int num_complete);
virtual void OnContentBlocked(int host_id);
private: