| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index d235508bf6fd15ad9f554599a7f1e2fece7ae38b..4454e5fdf0feb556de344f09572bbda6d4ce8607 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -570,11 +570,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::CSPDirective)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ContentSecurityPolicy)
|
| - IPC_STRUCT_TRAITS_MEMBER(disposition)
|
| - IPC_STRUCT_TRAITS_MEMBER(source)
|
| + IPC_STRUCT_TRAITS_MEMBER(header)
|
| IPC_STRUCT_TRAITS_MEMBER(directives)
|
| IPC_STRUCT_TRAITS_MEMBER(report_endpoints)
|
| - IPC_STRUCT_TRAITS_MEMBER(header)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ContentSecurityPolicyHeader)
|
| @@ -1109,9 +1107,8 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_DidSetFeaturePolicyHeader,
|
| // headers and/or policies that might have been inherited from the parent frame)
|
| // or when a new policy has been discovered afterwards (i.e. found in a
|
| // dynamically added or a static <meta> element).
|
| -IPC_MESSAGE_ROUTED2(FrameHostMsg_DidAddContentSecurityPolicy,
|
| - content::ContentSecurityPolicyHeader,
|
| - std::vector<content::ContentSecurityPolicy>)
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidAddContentSecurityPolicies,
|
| + std::vector<content::ContentSecurityPolicy> /* policies */)
|
|
|
| // Sent when the frame starts enforcing an insecure request policy. Sending
|
| // this information in DidCommitProvisionalLoad isn't sufficient; this
|
|
|