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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 649023002: Win Video Capture: Add device blacklisting, used for IPCamera and YouCam, collect UMA for those (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asvitkine@ comments Created 6 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 | « media/video/capture/win/video_capture_device_factory_win.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 7139466148e97b671367d70390d001e137c2e3dc..96c01a9ee61719f6c752a5ff15bbd75c8b6af42a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12237,6 +12237,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.VideoCapture.BlacklistedDevice"
+ enum="BlacklistedVideoCaptureDeviceNames">
+ <owner>mcasas@chromium.org</owner>
+ <summary>
+ Counts appearances of Blacklisted Video Capture devices during enumeration.
+ This collection happens during first enumeration in the appropriate
+ platforms' VideoCaptureDeviceFactory.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.FrameRate" units="fps">
<owner>mcasas@chromium.org</owner>
<summary>
@@ -39341,6 +39351,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="2" label="1+"/>
</enum>
+<enum name="BlacklistedVideoCaptureDeviceNames" type="int">
+ <int value="0" label="Google GTalk Camera Adapter"/>
+ <int value="1" label="IP Camera"/>
+ <int value="2" label="Cyberlink YouCam Webcam Splitter"/>
+</enum>
+
<enum name="BlacklistSetup" type="int">
<int value="0" label="Blacklist enabled"/>
<int value="1" label="Blacklist ran successfully."/>
« no previous file with comments | « media/video/capture/win/video_capture_device_factory_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698