| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 0d5628798eb26c4c56a43b2fe1323f273e21f6fb..4dd072c5101e202cd7dac2932627b724d8e82366 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -666,6 +666,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidSetFeaturePolicyHeader(const ParsedFeaturePolicy& parsed_header);
|
| void OnDidAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
|
| void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
| + void OnEnforceInsecureNavigationsSet(const std::vector<uint32_t>& set);
|
| void OnUpdateToUniqueOrigin(bool is_potentially_trustworthy_unique_origin);
|
| void OnDidChangeSandboxFlags(int32_t frame_routing_id,
|
| blink::WebSandboxFlags flags);
|
|
|