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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 302003014: UserMetricsRecorder: Add missing break statement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | 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 a44cc788504cfea753c5127e212370c7635a2a63..2ab9380d9dbfcde573d7c13d435d8b0585d369f0 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -104,6 +104,7 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
case ash::UMA_SHELF_ALIGNMENT_SET_RIGHT:
base::RecordAction(
base::UserMetricsAction("Shelf_AlignmentSetRight"));
+ break;
case ash::UMA_STATUS_AREA_AUDIO_CURRENT_INPUT_DEVICE:
base::RecordAction(
base::UserMetricsAction("StatusArea_Audio_CurrentInputDevice"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698