Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: content/renderer/render_frame_impl.h

Issue 2764993002: CSP: group policies in didAddContentSecurityPolicy. (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/content_security_policy_util.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 2731e61cd55ebe318eeea7d7536585f1d4a7b2f0..1c59d7ab48694f6a309ce9a232682797e57534c9 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -527,11 +527,8 @@ class CONTENT_EXPORT RenderFrameImpl
blink::WebSandboxFlags flags) override;
void didSetFeaturePolicyHeader(
const blink::WebParsedFeaturePolicy& parsed_header) override;
- void didAddContentSecurityPolicy(
- const blink::WebString& header_value,
- blink::WebContentSecurityPolicyType type,
- blink::WebContentSecurityPolicySource source,
- const std::vector<blink::WebContentSecurityPolicy>&) override;
+ void didAddContentSecurityPolicies(
+ const blink::WebVector<blink::WebContentSecurityPolicy>&) override;
void didChangeFrameOwnerProperties(
blink::WebFrame* child_frame,
const blink::WebFrameOwnerProperties& frame_owner_properties) override;
« no previous file with comments | « content/renderer/content_security_policy_util.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698