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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1311783007: refactor to Introduce AUDIO_CAPTURE and VIDEO_CAPTURE permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2fa4e40c387b7ea9edfb1307f1b11625dcf433aa..62a0da2cf5bacf94e17c462282a71ee1369b3a30 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67146,6 +67146,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="PERMISSION_PROTECTED_MEDIA_IDENTIFIER"/>
<int value="6" label="PERMISSION_MIDI"/>
<int value="7" label="PERMISSION_DURABLE_STORAGE"/>
+ <int value="8" label="PERMISSION_AUDIO_RECORIDNG"/>
+ <int value="9" label="PERMISSION_VIDEO_RECORDING"/>
</enum>
<enum name="PhotoEditorFileType" type="int">

Powered by Google App Engine
This is Rietveld 408576698