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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2363003003: Add UMA Metrics For Desktop Share With Audio (Closed)
Patch Set: Include Created 4 years, 2 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 | « content/browser/renderer_host/media/video_capture_manager.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 e8671dc9551b1779a3a8de1214d94fcf1bb9af5f..a4b41570461ab11d561a88bbdafcd7d4f1e211cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74682,6 +74682,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="6" label="Tab video capturer created."/>
<int value="7" label="Tab audio capturer created."/>
<int value="8" label="System loopback audio capturer created."/>
+ <int value="9" label="Screen capturer created together with audio capturer."/>
+ <int value="10" label="Screen capturer created without audio capturer."/>
+ <int value="11" label="Tab capturer created together with audio capturer."/>
+ <int value="12" label="Tab capturer created without audio capturer."/>
</enum>
<enum name="DesktopSearchRedirectionInfobarCloseAction" type="int">
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698