| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e9dbe90de58341429b39ee047da83d78b69cdfd9..95ebdff0e73963edf4ab2300bab3673c009ee62b 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -401,6 +401,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState)
|
| IPC_STRUCT_TRAITS_MEMBER(sandbox_flags)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| IPC_STRUCT_TRAITS_MEMBER(unique_name)
|
| + IPC_STRUCT_TRAITS_MEMBER(feature_policy_header)
|
| IPC_STRUCT_TRAITS_MEMBER(accumulated_csp_headers)
|
| IPC_STRUCT_TRAITS_MEMBER(scope)
|
| IPC_STRUCT_TRAITS_MEMBER(insecure_request_policy)
|
| @@ -997,6 +998,10 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DidChangeName,
|
| std::string /* name */,
|
| std::string /* unique_name */)
|
|
|
| +// Notifies the browser process that a non-empty Feature-Policy HTTP header was
|
| +// delivered with the document being loaded into the frame.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidSetFeaturePolicyHeader, std::string)
|
| +
|
| // Notifies the browser process about a new Content Security Policy that needs
|
| // to be applies to the frame. This message is sent when a frame commits
|
| // navigation to a new location (reporting accumulated policies from HTTP
|
|
|