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

Unified Diff: content/common/feature_policy/feature_policy.cc

Issue 2946833003: Update list of Feature Policy features (Closed)
Patch Set: Update list of Feature Policy features Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/feature_policy/feature_policy.cc
diff --git a/content/common/feature_policy/feature_policy.cc b/content/common/feature_policy/feature_policy.cc
index 8335649406138180dac3b05a823748949690c7a4..6d82e7bcea1e7311d27abde81103c39c34515334 100644
--- a/content/common/feature_policy/feature_policy.cc
+++ b/content/common/feature_policy/feature_policy.cc
@@ -230,16 +230,10 @@ const FeaturePolicy::FeatureList& FeaturePolicy::GetDefaultFeatureList() {
FeaturePolicy::FeatureDefault::EnableForAll},
{blink::WebFeaturePolicyFeature::kDocumentWrite,
FeaturePolicy::FeatureDefault::EnableForAll},
- {blink::WebFeaturePolicyFeature::kNotifications,
- FeaturePolicy::FeatureDefault::EnableForAll},
- {blink::WebFeaturePolicyFeature::kPush,
- FeaturePolicy::FeatureDefault::EnableForAll},
{blink::WebFeaturePolicyFeature::kSyncScript,
FeaturePolicy::FeatureDefault::EnableForAll},
{blink::WebFeaturePolicyFeature::kSyncXHR,
FeaturePolicy::FeatureDefault::EnableForAll},
- {blink::WebFeaturePolicyFeature::kWebRTC,
- FeaturePolicy::FeatureDefault::EnableForAll},
{blink::WebFeaturePolicyFeature::kUsb,
FeaturePolicy::FeatureDefault::EnableForSelf}}));
return default_feature_list;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698