Chromium Code Reviews| 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; |