| 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..a7b96c228386e696abf23c7453dd887a422b6400 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<unsigned>& set);
|
| void OnSetFrameOwnerProperties(const FrameOwnerProperties& properties);
|
| void OnDidUpdateOrigin(const url::Origin& origin,
|
| bool is_potentially_trustworthy_unique_origin);
|
|
|