Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 00ba724d19297fbaab3fd16e1a1553eb18b1ae80..6070c508b486236bd5d64a932ed52a6105b85930 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -170,6 +170,10 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
// or kNoHostId. |
IPC_STRUCT_MEMBER(int, appcache_host_id) |
+ // Indicates which frame (or worker context) the request is being loaded into, |
+ // or kInvalidServiceWorkerProviderId. |
+ IPC_STRUCT_MEMBER(int, service_worker_provider_id) |
+ |
// Optional resource request body (may be null). |
IPC_STRUCT_MEMBER(scoped_refptr<webkit_glue::ResourceRequestBody>, |
request_body) |