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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2764993002: CSP: group policies in didAddContentSecurityPolicy. (Closed)
Patch Set: Rebase. 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 040c625686274ce86dd1f6681e4bb29e08a6f097..3da0f2670e3b1afaab379c7785bcac351e279f5c 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -188,11 +188,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) override;
void didSetFeaturePolicyHeader(
const WebParsedFeaturePolicy& parsedHeader) override;
- void didAddContentSecurityPolicy(
- const String& headerValue,
- ContentSecurityPolicyHeaderType,
- ContentSecurityPolicyHeaderSource,
- const std::vector<WebContentSecurityPolicy>&) override;
+ void didAddContentSecurityPolicies(
+ const blink::WebVector<WebContentSecurityPolicy>&) override;
void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
void dispatchWillStartUsingPeerConnectionHandler(

Powered by Google App Engine
This is Rietveld 408576698