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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrame.h

Issue 2739203002: Initial Implementation of Iframe Attribute for Feature Policy (Part 3) (Closed)
Patch Set: 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/public/web/WebRemoteFrame.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
index 04659d03cc5668ba1cdefed96b19da8b3c8552f3..faa5aec6c127c55e78b7f3958fe8b137d84d24d0 100644
--- a/third_party/WebKit/public/web/WebRemoteFrame.h
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h
@@ -64,7 +64,7 @@ class WebRemoteFrame : public WebFrame {
const WebString& uniqueName) const = 0;
virtual void setReplicatedFeaturePolicyHeader(
- const WebParsedFeaturePolicyHeader& parsedHeader) const = 0;
+ const WebParsedFeaturePolicy& parsedHeader) const = 0;
// Adds |header| to the set of replicated CSP headers.
virtual void addReplicatedContentSecurityPolicyHeader(

Powered by Google App Engine
This is Rietveld 408576698