Index: content/browser/appcache/appcache_frontend_proxy.cc |
diff --git a/content/browser/appcache/appcache_frontend_proxy.cc b/content/browser/appcache/appcache_frontend_proxy.cc |
index 0ef1e32b1b8ad7a1b94ea16c2fd785fc40b545d9..3721e1beabba44a6b84d087cdc979ceaab80a961 100644 |
--- a/content/browser/appcache/appcache_frontend_proxy.cc |
+++ b/content/browser/appcache/appcache_frontend_proxy.cc |
@@ -53,4 +53,8 @@ void AppCacheFrontendProxy::OnContentBlocked(int host_id, |
sender_->Send(new AppCacheMsg_ContentBlocked(host_id, manifest_url)); |
} |
+void AppCacheFrontendProxy::OnControllerReady(int host_id) { |
+ sender_->Send(new AppCacheMsg_ControllerReady(host_id)); |
+} |
+ |
} // namespace content |