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); |