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_ |