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

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

Issue 2520223002: Replicate a parsed feature policy representation so it doesn't need to be parsed in the browser pro… (Closed)
Patch Set: Fp2 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 8a27ec5a064d737b10db9fec1dd1cecc964fc9c7..d97911c6afb514d1efd85298a1b1f029095dc17d 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -148,7 +148,9 @@ class WEB_EXPORT WebRemoteFrameImpl final
void setReplicatedSandboxFlags(WebSandboxFlags) const override;
void setReplicatedName(const WebString& name,
const WebString& uniqueName) const override;
- void setReplicatedFeaturePolicyHeader(const WebString&) const override;
+ void setReplicatedFeaturePolicyHeader(
+ const WebVector<WebFeaturePolicy::ParsedWhitelist>& parsedHeader)
+ const override;
void addReplicatedContentSecurityPolicyHeader(
const WebString& headerValue,
WebContentSecurityPolicyType,

Powered by Google App Engine
This is Rietveld 408576698