summaryrefslogtreecommitdiffstats
path: root/chrome/common/appcache/appcache_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/appcache/appcache_dispatcher.h')
-rw-r--r--chrome/common/appcache/appcache_dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/appcache/appcache_dispatcher.h b/chrome/common/appcache/appcache_dispatcher.h
index 0ecd328..39cb225 100644
--- a/chrome/common/appcache/appcache_dispatcher.h
+++ b/chrome/common/appcache/appcache_dispatcher.h
@@ -33,6 +33,7 @@ class AppCacheDispatcher {
appcache::EventID event_id);
void OnProgressEventRaised(const std::vector<int>& host_ids,
const GURL& url, int num_total, int num_complete);
+ void OnLogMessage(int host_id, int log_level, const std::string& message);
void OnContentBlocked(int host_id);
AppCacheBackendProxy backend_proxy_;