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

Unified Diff: third_party/WebKit/public/platform/WebFeaturePolicyFeature.h

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 | « third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
diff --git a/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h b/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
index d400770c1e82657c802ae3ca0f00cee1603b0c32..a90defe2c15e85163a1cf5e1de65521aa713ee04 100644
--- a/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
+++ b/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
@@ -39,16 +39,10 @@ enum class WebFeaturePolicyFeature {
kDocumentDomain,
// Controls access to document.write and document.writeln methods.
kDocumentWrite,
- // Controls access to Notification interface.
- kNotifications,
- // Controls access to PushManager interface.
- kPush,
// Controls whether synchronous script elements will run.
kSyncScript,
// Controls use of synchronous XMLHTTPRequest API.
kSyncXHR,
- // Controls access to RTCPeerConnection interface.
- kWebRTC,
// Controls access to the WebUSB API.
kUsb,
LAST_FEATURE = kUsb
« no previous file with comments | « third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698