| Index: content/renderer/render_frame_proxy.h
|
| diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
|
| index e7f2e54377778a5168b6494f00e08e8c84972b70..bbc106bb31fbeee84cf4c34a9a2ce2d070377194 100644
|
| --- a/content/renderer/render_frame_proxy.h
|
| +++ b/content/renderer/render_frame_proxy.h
|
| @@ -167,6 +167,7 @@ class CONTENT_EXPORT RenderFrameProxy
|
| void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
|
| void OnResetContentSecurityPolicy();
|
| void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
| + void OnEnforceInsecureNavigationsSet(const std::vector<uint32_t>& set);
|
| void OnSetFrameOwnerProperties(const FrameOwnerProperties& properties);
|
| void OnDidUpdateOrigin(const url::Origin& origin,
|
| bool is_potentially_trustworthy_unique_origin);
|
|
|