Index: content/common/worker_messages.h |
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h |
index 6145f802b4e5dfc12a9fe89b8d6ce8e1a88d9adb..9a542fdfce0a0fb61e2fd8d85d8433a84e62fd0b 100644 |
--- a/content/common/worker_messages.h |
+++ b/content/common/worker_messages.h |
@@ -40,13 +40,13 @@ IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params) |
IPC_STRUCT_MEMBER(GURL, url) |
IPC_STRUCT_MEMBER(base::string16, name) |
+ IPC_STRUCT_MEMBER(base::string16, content_security_policy) |
+ IPC_STRUCT_MEMBER(blink::WebContentSecurityPolicyType, security_policy_type) |
IPC_STRUCT_MEMBER(int, route_id) |
IPC_STRUCT_MEMBER(int, creator_process_id) |
IPC_STRUCT_MEMBER(int64, shared_worker_appcache_id) |
IPC_STRUCT_END() |
-IPC_ENUM_TRAITS(blink::WebContentSecurityPolicyType) |
nasko
2014/01/08 15:05:01
Why are you removing this? The more the IPC system
horo
2014/01/08 16:01:19
It is moved to view_messages.h.
horo
2014/01/08 16:41:16
I think it should be moved to content_param_traits
|
- |
//----------------------------------------------------------------------------- |
// WorkerProcess messages |
// These are messages sent from the browser to the worker process. |