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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2764993002: CSP: group policies in didAddContentSecurityPolicy. (Closed)
Patch Set: CSP send policies in didAddContentSecurityPolicy one by one. 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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 361163142a2dc38f3c557b39a4049c8e3fff7fc2..aad0f201d1026b44efd5489431b678cc4d526e36 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -528,7 +528,7 @@ class CONTENT_EXPORT RenderFrameImpl
const blink::WebString& header_value,
blink::WebContentSecurityPolicyType type,
blink::WebContentSecurityPolicySource source,
- const std::vector<blink::WebContentSecurityPolicyPolicy>&) override;
+ const blink::WebContentSecurityPolicyPolicy&) override;
void didChangeFrameOwnerProperties(
blink::WebFrame* child_frame,
const blink::WebFrameOwnerProperties& frame_owner_properties) override;

Powered by Google App Engine
This is Rietveld 408576698