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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 2125403002: Added UMA metrics for the system update UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into uma_update 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
« no previous file with comments | « ash/common/system/update/tray_update.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.cc
diff --git a/ash/metrics/user_metrics_recorder.cc b/ash/metrics/user_metrics_recorder.cc
index a820dbf55bc9311ba2412bde4fb16aed1a20f81f..b39ab07256f79f37be562ed023f089f8b26ee190 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -495,6 +495,10 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
base::RecordAction(
base::UserMetricsAction("StatusArea_Network_Settings"));
break;
+ case UMA_STATUS_AREA_OS_UPDATE_DEFAULT_SELECTED:
+ base::RecordAction(
+ base::UserMetricsAction("StatusArea_OS_Update_Default_Selected"));
+ break;
case UMA_STATUS_AREA_SHOW_NETWORK_CONNECTION_DETAILS:
base::RecordAction(
base::UserMetricsAction("StatusArea_Network_ConnectionDetails"));
« no previous file with comments | « ash/common/system/update/tray_update.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698