| Index: content/renderer/render_frame_proxy.h
|
| diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
|
| index f58a0cbd9ff2f75e0ce05d9658460913e243bb91..eeccbb24d998778ed42f29a02acf03025b7fa4c5 100644
|
| --- a/content/renderer/render_frame_proxy.h
|
| +++ b/content/renderer/render_frame_proxy.h
|
| @@ -170,7 +170,8 @@ class CONTENT_EXPORT RenderFrameProxy
|
| void OnDidUpdateSandboxFlags(blink::WebSandboxFlags flags);
|
| void OnDispatchLoad();
|
| void OnDidUpdateName(const std::string& name, const std::string& unique_name);
|
| - void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
|
| + void OnAddContentSecurityPolicies(
|
| + const std::vector<ContentSecurityPolicyHeader>& header);
|
| void OnResetContentSecurityPolicy();
|
| void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
| void OnSetFrameOwnerProperties(const FrameOwnerProperties& properties);
|
|
|