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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 3bddd09785c363a88b24c0bdea888c536c31d8b4..8b8e372a1512ef6262df7262ffaea99d7de93357 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -191,7 +191,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
const String& headerValue,
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource,
- const std::vector<WebContentSecurityPolicyPolicy>&) override;
+ const WebContentSecurityPolicyPolicy&) override;
void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
void dispatchWillStartUsingPeerConnectionHandler(

Powered by Google App Engine
This is Rietveld 408576698