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

Unified Diff: content/child/appcache/appcache_dispatcher.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
« no previous file with comments | « content/child/appcache/appcache_backend_proxy.cc ('k') | content/child/appcache/appcache_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/child/appcache/appcache_backend_proxy.cc ('k') | content/child/appcache/appcache_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698