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

Unified Diff: third_party/WebKit/public/platform/web_feature.mojom

Issue 2945223002: Add deprecation warnings for permission API usage from iframes (Closed)
Patch Set: . Created 3 years, 5 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/public/platform/WebFeaturePolicyFeature.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/web_feature.mojom
diff --git a/third_party/WebKit/public/platform/web_feature.mojom b/third_party/WebKit/public/platform/web_feature.mojom
index 9a312584e61031823626c0478e025a5b20515407..7a1b51ef1a7280060fd5b18ebbdea438e24fd31f 100644
--- a/third_party/WebKit/public/platform/web_feature.mojom
+++ b/third_party/WebKit/public/platform/web_feature.mojom
@@ -1590,6 +1590,11 @@ enum WebFeature {
kReportUriMultipleEndpoints = 2052,
kReportUriSingleEndpoint = 2053,
kV8ConstructorNonUndefinedPrimitiveReturn = 2054,
+ kEncryptedMediaDisallowedByFeaturePolicyInCrossOriginIframe = 2055,
+ kGeolocationDisallowedByFeaturePolicyInCrossOriginIframe = 2056,
+ kGetUserMediaMicDisallowedByFeaturePolicyInCrossOriginIframe = 2057,
+ kGetUserMediaCameraDisallowedByFeaturePolicyInCrossOriginIframe = 2058,
+ kRequestMIDIAccessDisallowedByFeaturePolicyInCrossOriginIframe = 2059,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/public/platform/WebFeaturePolicyFeature.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698