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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2829123003: Make media permission requests go through the PermissionManager (Closed)
Patch Set: Grouped requests Created 3 years, 7 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 | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d19d7b151e1f35ed915e2c2d550734b55723bd2f..3880622165af5313c00f02933c63064306b7c65d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109357,6 +109357,8 @@ from previous Chrome versions.
label="PERMISSION_BUBBLE_PERMISSION_PROTECTED_MEDIA_IDENTIFIER"/>
<int value="11" label="PERMISSION_BUBBLE_PERMISSION_PUSH_MESSAGING"/>
<int value="12" label="PERMISSION_BUBBLE_PERMISSION_FLASH"/>
+ <int value="13" label="PERMISSION_MEDIASTREAM_MIC"/>
+ <int value="14" label="PERMISSION_MEDIASTREAM_CAMERA"/>
</enum>
<enum name="PermissionStatus" type="int">
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698