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

Unified Diff: content/browser/media/capture/desktop_capture_device_uma_types.h

Issue 1825633002: Adds UMA histograms for desktop tab and audio capture through (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/media/capture/desktop_capture_device_uma_types.h
diff --git a/content/browser/media/capture/desktop_capture_device_uma_types.h b/content/browser/media/capture/desktop_capture_device_uma_types.h
index 0058e9121ec18b24afe7b0bf976b187955d8eb8f..0b4cff8d358de74849da0f1a0ba7a9fc1200bb9a 100644
--- a/content/browser/media/capture/desktop_capture_device_uma_types.h
+++ b/content/browser/media/capture/desktop_capture_device_uma_types.h
@@ -13,10 +13,15 @@ namespace content {
enum DesktopCaptureCounters {
SCREEN_CAPTURER_CREATED,
WINDOW_CAPTURER_CREATED,
+ TAB_VIDEO_CAPTURER_CREATED,
Alexei Svitkine (slow) 2016/03/24 15:18:07 Entries used in histograms shouldn't be renumbered
GeorgeZ 2016/03/25 16:35:04 Done.
+ TAB_AUDIO_CAPTURER_CREATED,
+ SYSTEM_LOOPBACK_AUDIO_CAPTURER_CREATED,
FIRST_SCREEN_CAPTURE_SUCCEEDED,
FIRST_SCREEN_CAPTURE_FAILED,
FIRST_WINDOW_CAPTURE_SUCCEEDED,
FIRST_WINDOW_CAPTURE_FAILED,
+ FIRST_TAB_CAPTURE_SUCCEEDED,
+ FIRST_TAB_CAPTURE_FAILED,
DESKTOP_CAPTURE_COUNTER_BOUNDARY
};

Powered by Google App Engine
This is Rietveld 408576698