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

Unified Diff: third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h

Issue 2680083002: Initial Implementation of Iframe Attribute for Feature Policy (Part 1) (Closed)
Patch Set: Removed getAllowedFeatureNames() from HTMLIFrameElement Created 3 years, 10 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/Source/platform/feature_policy/FeaturePolicy.h
diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
index 47b22e6b7951c1183d00a0ce4e824b48c75495cc..f040b4bee7ae8cc39a6ab7c7a823f9990d43da42 100644
--- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
+++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
@@ -156,6 +156,9 @@ class PLATFORM_EXPORT FeaturePolicy final {
String toString();
+ static WebFeaturePolicyFeature getWebFeaturePolicyFeature(
iclelland 2017/02/08 15:06:24 Can you add a comment for this?
lunalu1 2017/02/08 19:50:30 Done.
+ const String& feature);
+
private:
friend class FeaturePolicyTest;
friend class FeaturePolicyInFrameTest;

Powered by Google App Engine
This is Rietveld 408576698