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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.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/Source/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index edb133b463005f4839d270cda7cc6f6f4dadfd1d..c503fc1d80251252f1931d922801052009dec5ad 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -284,7 +284,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
const String& headerValue,
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource,
- const std::vector<WebContentSecurityPolicyPolicy>&) {}
+ const WebContentSecurityPolicyPolicy&) {}
virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}

Powered by Google App Engine
This is Rietveld 408576698