Index: content/child/appcache/appcache_frontend_impl.h |
diff --git a/content/child/appcache/appcache_frontend_impl.h b/content/child/appcache/appcache_frontend_impl.h |
index 90774fad58ed6b86954a9d865d86a8d84ab47c7d..a18355d0e6d108f7d9639d06409707ec1921185c 100644 |
--- a/content/child/appcache/appcache_frontend_impl.h |
+++ b/content/child/appcache/appcache_frontend_impl.h |
@@ -27,6 +27,7 @@ class AppCacheFrontendImpl : public appcache::AppCacheFrontend { |
appcache::LogLevel log_level, |
const std::string& message) OVERRIDE; |
virtual void OnContentBlocked(int host_id, const GURL& manifest_url) OVERRIDE; |
+ virtual void OnControllerReady(int host_id) OVERRIDE; |
}; |
} // namespace content |