Index: webkit/appcache/appcache_backend_impl.h |
=================================================================== |
--- webkit/appcache/appcache_backend_impl.h (revision 78411) |
+++ webkit/appcache/appcache_backend_impl.h (working copy) |
@@ -28,6 +28,7 @@ |
// by the backend impl. |
bool RegisterHost(int host_id); |
bool UnregisterHost(int host_id); |
+ bool SetSpawningHostId(int host_id, int spawning_host_id); |
bool SelectCache(int host_id, |
const GURL& document_url, |
const int64 cache_document_was_loaded_from, |