| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5bb3409455b33860d7b04c14275dd59a45f25621..d509db61390078381c21aa945a5f92a3514f0ce4 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -388,6 +388,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)
|
| // RenderFrame routing id used to send messages back to the parent.
|
| IPC_STRUCT_MEMBER(int, render_frame_route_id)
|
|
|
| + // Address space of the context that created the worker.
|
| + IPC_STRUCT_MEMBER(blink::WebAddressSpace, creation_address_space)
|
| +
|
| // The type (secure or nonsecure) of the context that created the worker.
|
| IPC_STRUCT_MEMBER(blink::WebSharedWorkerCreationContextType,
|
| creation_context_type)
|
|
|