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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 2838903002: Add accessibility related notification to notification center (Closed)
Patch Set: nits Created 3 years, 7 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/metrics/user_metrics_action.h ('k') | ash/resources/vector_icons/BUILD.gn » ('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 d9c216c888a32123ed38021d0e7529fee464d5a0..9c1081ec5fb94fa2ecba5db0be2470d16b3432f6 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -334,7 +334,7 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
case UMA_STATUS_AREA_CHANGED_VOLUME_POPUP:
RecordAction(UserMetricsAction("StatusArea_Volume_ChangedPopup"));
break;
- case UMA_STATUS_AREA_DETAILED_ACCESSABILITY:
+ case UMA_STATUS_AREA_DETAILED_ACCESSIBILITY:
RecordAction(UserMetricsAction("StatusArea_Accessability_DetailedView"));
break;
case UMA_STATUS_AREA_DETAILED_AUDIO_VIEW:
« no previous file with comments | « ash/metrics/user_metrics_action.h ('k') | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698