| Index: content/common/worker_messages.h
|
| diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h
|
| index df86e79f54eb61b34c8328de9f15783fed1f29cc..ec6fa480ea40c3bbb95f4eae689865015124b2a0 100644
|
| --- a/content/common/worker_messages.h
|
| +++ b/content/common/worker_messages.h
|
| @@ -41,6 +41,7 @@ IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params)
|
| 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(blink::WebAddressSpace, creation_address_space)
|
| IPC_STRUCT_MEMBER(bool, pause_on_start)
|
| IPC_STRUCT_MEMBER(int, route_id)
|
| IPC_STRUCT_END()
|
|
|