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

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

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.h
diff --git a/content/browser/appcache/appcache_frontend_proxy.h b/content/browser/appcache/appcache_frontend_proxy.h
index 2576e05d5088f976a0b5a0d2e3e61ceaebd9196b..7173566bc10e7430c35a36fb29bf2e36f4e5d3f3 100644
--- a/content/browser/appcache/appcache_frontend_proxy.h
+++ b/content/browser/appcache/appcache_frontend_proxy.h
@@ -34,6 +34,7 @@ class AppCacheFrontendProxy : public appcache::AppCacheFrontend {
const std::string& message) OVERRIDE;
virtual void OnContentBlocked(int host_id,
const GURL& manifest_url) OVERRIDE;
+ virtual void OnControllerReady(int host_id) OVERRIDE;
private:
IPC::Sender* sender_;
« no previous file with comments | « content/browser/appcache/appcache_executable_handler_impl.cc ('k') | content/browser/appcache/appcache_frontend_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698