Index: content/browser/appcache/appcache_dispatcher_host.h |
=================================================================== |
--- content/browser/appcache/appcache_dispatcher_host.h (revision 78411) |
+++ content/browser/appcache/appcache_dispatcher_host.h (working copy) |
@@ -51,6 +51,7 @@ |
// IPC message handlers |
void OnRegisterHost(int host_id); |
void OnUnregisterHost(int host_id); |
+ void OnSetSpawningHostId(int host_id, int spawning_host_id); |
void OnSelectCache(int host_id, const GURL& document_url, |
int64 cache_document_was_loaded_from, |
const GURL& opt_manifest_url); |