Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: content/common/resource_messages.h

Issue 184343014: Add service_worker_provider_id param to ResourceHostMsg_Request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698