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

Unified Diff: content/child/appcache/appcache_backend_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/child/appcache/appcache_backend_proxy.h
diff --git a/content/child/appcache/appcache_backend_proxy.h b/content/child/appcache/appcache_backend_proxy.h
index 467d385a0c1cd98fb08fc31424bdddf198d76aa7..6ed24d6c66d88d244f5b6ba16d61b263816b8724 100644
--- a/content/child/appcache/appcache_backend_proxy.h
+++ b/content/child/appcache/appcache_backend_proxy.h
@@ -22,6 +22,13 @@ class AppCacheBackendProxy : public appcache::AppCacheBackend {
// AppCacheBackend methods
virtual void RegisterHost(int host_id) OVERRIDE;
virtual void UnregisterHost(int host_id) OVERRIDE;
+ virtual void RegisterController(int host_id,
+ const GURL& document_url,
+ const string16& pattern,
+ const GURL& controller_url) OVERRIDE;
+ virtual void UnregisterController(int host_id,
+ const GURL& document_url,
+ const string16& pattern) OVERRIDE;
virtual void SetSpawningHostId(int host_id, int spawning_host_id) OVERRIDE;
virtual void SelectCache(int host_id,
const GURL& document_url,
@@ -51,4 +58,4 @@ class AppCacheBackendProxy : public appcache::AppCacheBackend {
} // namespace content
-#endif // CONTENT_CHILD_APPCACHE_APPCACHE_BACKEND_PROXY_H_
+#endif // CONTENT_CHILD_APPCACHE_APPCACHE_BACKEND_PROXY_H_
« no previous file with comments | « content/browser/worker_host/worker_service_impl.cc ('k') | content/child/appcache/appcache_backend_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698