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

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

Issue 2483703002: Replicate feature policy headers to remote frames (Closed)
Patch Set: Addressing review comments Created 4 years, 1 month 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 49938649b1a4d1371588ac73763197106af7ce9f..3f46d27586a6996fe7632480180f205061afe5a1 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -185,6 +185,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) override;
void didUpdateToUniqueOrigin() override;
void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) override;
+ void didSetFeaturePolicyHeader(const String& headerValue) override;
void didAddContentSecurityPolicy(const String& headerValue,
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource) override;

Powered by Google App Engine
This is Rietveld 408576698