Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: content/browser/appcache/appcache_frontend_proxy.cc

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/appcache/appcache_frontend_proxy.h ('k') | content/browser/appcache/chrome_appcache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698