| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 18892e8df157d35185a1ed50ea36d64b4f8181db..e7d1fa97dfb3e562f5d463fb4cdb1d3015b3251a 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -363,6 +363,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState)
|
| IPC_STRUCT_TRAITS_MEMBER(origin)
|
| IPC_STRUCT_TRAITS_MEMBER(sandbox_flags)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| + IPC_STRUCT_TRAITS_MEMBER(scope)
|
| + IPC_STRUCT_TRAITS_MEMBER(should_enforce_strict_mixed_content_checking)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_BEGIN(FrameMsg_NewFrame_WidgetParams)
|
|
|