| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 451a4003673b8b549eba0bf4f4051a2afaafc69d..63c2120832284c4535c40bc6a8e84b98345c38d5 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -394,7 +394,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
|
| #endif
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(content::FeaturePolicyParsedWhitelist)
|
| +IPC_STRUCT_TRAITS_BEGIN(content::ParsedFeaturePolicyDeclaration)
|
| IPC_STRUCT_TRAITS_MEMBER(feature_name)
|
| IPC_STRUCT_TRAITS_MEMBER(matches_all_origins)
|
| IPC_STRUCT_TRAITS_MEMBER(origins)
|
| @@ -1021,7 +1021,7 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DidChangeName,
|
| // delivered with the document being loaded into the frame. |parsed_header| is
|
| // a list of an origin whitelist for each feature in the policy.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_DidSetFeaturePolicyHeader,
|
| - content::ParsedFeaturePolicy /* parsed_header */)
|
| + content::ParsedFeaturePolicyHeader /* parsed_header */)
|
|
|
| // 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
|
|
|