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

Unified Diff: content/child/feature_policy/feature_policy_platform.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/feature_policy/feature_policy_platform.h
diff --git a/content/child/feature_policy/feature_policy_platform.h b/content/child/feature_policy/feature_policy_platform.h
index dbf1e95710d11694cf2a11ff93c67739efe6b554..7eb36d84e72f66368d13ecad73a556a17f22407b 100644
--- a/content/child/feature_policy/feature_policy_platform.h
+++ b/content/child/feature_policy/feature_policy_platform.h
@@ -11,10 +11,10 @@
namespace content {
// Conversions between ParsedFeaturePolicyHeader and
-// WebParsedFeaturePolicyHeader
+// WebParsedFeaturePolicy
ParsedFeaturePolicyHeader FeaturePolicyHeaderFromWeb(
- const blink::WebParsedFeaturePolicyHeader& web_feature_policy_header);
-blink::WebParsedFeaturePolicyHeader FeaturePolicyHeaderToWeb(
+ const blink::WebParsedFeaturePolicy& web_feature_policy_header);
+blink::WebParsedFeaturePolicy FeaturePolicyHeaderToWeb(
const ParsedFeaturePolicyHeader& feature_policy_header);
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698