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

Unified Diff: tools/metrics/histograms/enums.xml

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/web_feature.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index c6eb84e28f079f5d5bf9943cb55d65802e1caf8b..18cb5b18ef633902d81aedc7c5c6f99d04410807 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -15766,6 +15766,16 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="2052" label="ReportUriMultipleEndpoints"/>
<int value="2053" label="ReportUriSingleEndpoint"/>
<int value="2054" label="V8ConstructorNonUndefinedPrimitiveReturn"/>
+ <int value="2055"
+ label="EncryptedMediaDisallowedByFeaturePolicyInCrossOriginIframe"/>
+ <int value="2056"
+ label="GeolocationDisallowedByFeaturePolicyInCrossOriginIframe"/>
+ <int value="2057"
+ label="GetUserMediaMicDisallowedByFeaturePolicyInCrossOriginIframe"/>
+ <int value="2058"
+ label="GetUserMediaCameraDisallowedByFeaturePolicyInCrossOriginIframe"/>
+ <int value="2059"
+ label="RequestMIDIAccessDisallowedByFeaturePolicyInCrossOriginIframe"/>
</enum>
<enum name="FeedbackSource">
« no previous file with comments | « third_party/WebKit/public/platform/web_feature.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698