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

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

Issue 2483703002: Replicate feature policy headers to remote frames (Closed)
Patch Set: 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/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 2b8f091d10f17e7018af89313c3b55f4c63ac429..8357800f831d9e3cf9209333ccc04638593eabf8 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -149,6 +149,8 @@ class WEB_EXPORT WebRemoteFrameImpl final
void setReplicatedSandboxFlags(WebSandboxFlags) const override;
void setReplicatedName(const WebString& name,
const WebString& uniqueName) const override;
+ void resetReplicatedFeaturePolicy() const override;
+ void addReplicatedFeaturePolicyHeader(const WebString&) const override;
void addReplicatedContentSecurityPolicyHeader(
const WebString& headerValue,
WebContentSecurityPolicyType,

Powered by Google App Engine
This is Rietveld 408576698