| Index: content/renderer/render_frame_proxy.h
|
| diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
|
| index d8221430b4b546c804ac5e9ee21d3f73b50b013e..950e25dacd5d8675353184df8d61698563bf6818 100644
|
| --- a/content/renderer/render_frame_proxy.h
|
| +++ b/content/renderer/render_frame_proxy.h
|
| @@ -11,6 +11,7 @@
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "third_party/WebKit/public/platform/WebFocusType.h"
|
| +#include "third_party/WebKit/public/platform/WebInsecureRequestPolicy.h"
|
| #include "third_party/WebKit/public/web/WebRemoteFrame.h"
|
| #include "third_party/WebKit/public/web/WebRemoteFrameClient.h"
|
| #include "url/origin.h"
|
| @@ -168,7 +169,7 @@ class CONTENT_EXPORT RenderFrameProxy
|
| void OnDidUpdateName(const std::string& name, const std::string& unique_name);
|
| void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
|
| void OnResetContentSecurityPolicy();
|
| - void OnEnforceStrictMixedContentChecking(bool should_enforce);
|
| + void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
| void OnSetFrameOwnerProperties(
|
| const blink::WebFrameOwnerProperties& properties);
|
| void OnDidUpdateOrigin(const url::Origin& origin,
|
|
|