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

Unified Diff: webkit/browser/appcache/appcache_backend_impl.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 | « webkit/browser/appcache/appcache.cc ('k') | webkit/browser/appcache/appcache_backend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/appcache_backend_impl.h
diff --git a/webkit/browser/appcache/appcache_backend_impl.h b/webkit/browser/appcache/appcache_backend_impl.h
index 2bdc5743312a3301f98c729694169fd55b27d8d5..f3fdf3899c89fa12a61040271eb5f2c44a34d7fb 100644
--- a/webkit/browser/appcache/appcache_backend_impl.h
+++ b/webkit/browser/appcache/appcache_backend_impl.h
@@ -48,6 +48,13 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {
bool SwapCacheWithCallback(int host_id, const SwapCacheCallback& callback,
void* callback_param);
+ bool RegisterController(int host_id,
+ const GURL& document_url,
+ const string16& pattern, const GURL& script_url);
+ bool UnregisterController(int host_id,
+ const GURL& document_url,
+ const string16& pattern);
+
// Returns a pointer to a registered host. The backend retains ownership.
AppCacheHost* GetHost(int host_id) {
HostMap::iterator it = hosts_.find(host_id);
« no previous file with comments | « webkit/browser/appcache/appcache.cc ('k') | webkit/browser/appcache/appcache_backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698