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

Unified Diff: content/common/view_messages.h

Issue 115713004: Move the worker script loading code to the worker process (phase:2/5) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move IPC_ENUM_TRAITS(blink::WebContentSecurityPolicyType) to content_param_traits_macros.h. Created 6 years, 11 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/common/content_param_traits_macros.h ('k') | content/common/worker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 61e103060984eb52e76d50fcfa77e008032fd289..0d213e12da2c2805fb51419d7b93094f09968090 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -388,6 +388,12 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)
// Name for a SharedWorker, otherwise empty string.
IPC_STRUCT_MEMBER(base::string16, name)
+ // Security policy used in the worker.
+ IPC_STRUCT_MEMBER(base::string16, content_security_policy)
+
+ // Security policy type used in the worker.
+ IPC_STRUCT_MEMBER(blink::WebContentSecurityPolicyType, security_policy_type)
+
// The ID of the parent document (unique within parent renderer).
IPC_STRUCT_MEMBER(unsigned long long, document_id)
« no previous file with comments | « content/common/content_param_traits_macros.h ('k') | content/common/worker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698