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

Unified Diff: ash/common/metrics/user_metrics_action.h

Issue 2132773002: Added UMA metrics for screen capture UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed using statements from UserMetricsRecorder::RecordUserMetricsAction(). Created 4 years, 5 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: ash/common/metrics/user_metrics_action.h
diff --git a/ash/common/metrics/user_metrics_action.h b/ash/common/metrics/user_metrics_action.h
index 6d80e0a7da952a260385fb1341894beb3127a3fa..9ad41f517c754b1723f905640c132e9fb193b38f 100644
--- a/ash/common/metrics/user_metrics_action.h
+++ b/ash/common/metrics/user_metrics_action.h
@@ -89,6 +89,8 @@ enum UserMetricsAction {
UMA_STATUS_AREA_MENU_OPENED,
UMA_STATUS_AREA_NETWORK_JOIN_OTHER_CLICKED,
UMA_STATUS_AREA_NETWORK_SETTINGS_CLICKED,
+ UMA_STATUS_AREA_SCREEN_CAPTURE_DEFAULT_STOP,
+ UMA_STATUS_AREA_SCREEN_CAPTURE_NOTIFICATION_STOP,
UMA_STATUS_AREA_SHOW_NETWORK_CONNECTION_DETAILS,
UMA_STATUS_AREA_SHOW_VPN_CONNECTION_DETAILS,
UMA_STATUS_AREA_SIGN_OUT,

Powered by Google App Engine
This is Rietveld 408576698