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

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

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. Created 3 years, 10 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/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index bede8e1f29a240d2c1e865a3e2497909910192b8..75ae5b30afd56a1d847803127ae214cc7239d068 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -183,9 +183,11 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) override;
void didSetFeaturePolicyHeader(
const WebParsedFeaturePolicyHeader& parsedHeader) override;
- void didAddContentSecurityPolicy(const String& headerValue,
- ContentSecurityPolicyHeaderType,
- ContentSecurityPolicyHeaderSource) override;
+ void didAddContentSecurityPolicy(
+ const String& headerValue,
+ ContentSecurityPolicyHeaderType,
+ ContentSecurityPolicyHeaderSource,
+ const std::vector<WebContentSecurityPolicyPolicy>&) override;
void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
void dispatchWillStartUsingPeerConnectionHandler(
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698