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

Unified Diff: content/child/blink_platform_impl.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: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index bd33f51eedf36f193a542417a9daabcbd4717e7b..1c6261246e7737093ff00a6abc153b431aa282e9 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -123,8 +123,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
blink::WebFeaturePolicy* createFeaturePolicy(
const blink::WebFeaturePolicy* parentPolicy,
- const blink::WebParsedFeaturePolicyHeader& containerPolicy,
- const blink::WebParsedFeaturePolicyHeader& policyHeader,
+ const blink::WebParsedFeaturePolicy& containerPolicy,
+ const blink::WebParsedFeaturePolicy& policyHeader,
const blink::WebSecurityOrigin& origin) override;
blink::WebFeaturePolicy* duplicateFeaturePolicyWithOrigin(
const blink::WebFeaturePolicy& policy,

Powered by Google App Engine
This is Rietveld 408576698