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

Unified Diff: content/common/frame_messages.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/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index d235508bf6fd15ad9f554599a7f1e2fece7ae38b..651a2a0e9d47ae08a962ca30ae86c43d7ee6a8bc 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1111,7 +1111,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_DidSetFeaturePolicyHeader,
// dynamically added or a static <meta> element).
IPC_MESSAGE_ROUTED2(FrameHostMsg_DidAddContentSecurityPolicy,
content::ContentSecurityPolicyHeader,
- std::vector<content::ContentSecurityPolicy>)
+ content::ContentSecurityPolicy)
// Sent when the frame starts enforcing an insecure request policy. Sending
// this information in DidCommitProvisionalLoad isn't sufficient; this

Powered by Google App Engine
This is Rietveld 408576698