Index: content/child/appcache/appcache_dispatcher.h |
diff --git a/content/child/appcache/appcache_dispatcher.h b/content/child/appcache/appcache_dispatcher.h |
index 0b625637c672df90c2977a7cfe5ea565d54c6eb3..c618bc7bb22bf9a0a162ae94892193398c77d1f7 100644 |
--- a/content/child/appcache/appcache_dispatcher.h |
+++ b/content/child/appcache/appcache_dispatcher.h |
@@ -43,6 +43,7 @@ class AppCacheDispatcher : public IPC::Listener { |
const std::string& message); |
void OnLogMessage(int host_id, int log_level, const std::string& message); |
void OnContentBlocked(int host_id, const GURL& manifest_url); |
+ void OnControllerReady(int host_id); |
AppCacheBackendProxy backend_proxy_; |
scoped_ptr<appcache::AppCacheFrontend> frontend_; |