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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 939af5ab97c228d982c6a55608006f9a95b1d8d8..085418038c2166cc4488d783764152bf58eb09cc 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -240,7 +240,7 @@ class BLINK_EXPORT WebFrameClient {
const WebString& headerValue,
WebContentSecurityPolicyType type,
WebContentSecurityPolicySource source,
- const std::vector<WebContentSecurityPolicyPolicy>& policies) {}
+ const WebContentSecurityPolicyPolicy& policy) {}
// Some frame owner properties have changed for a child frame of this frame.
// Frame owner properties currently include: scrolling, marginwidth and

Powered by Google App Engine
This is Rietveld 408576698