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

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 0efe2759d34fc92449cb0e44e1ea7f3345fb76b1..a77aacc2ee77236b7b8e3744770a5fab9b651b1e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67241,6 +67241,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