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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 2446403003: chromeos: Convert bluetooth pairing dialog to work with mash, part 1 (Closed)
Patch Set: Created 4 years, 2 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/metrics/user_metrics_recorder.cc
diff --git a/ash/metrics/user_metrics_recorder.cc b/ash/metrics/user_metrics_recorder.cc
index 5222e61ccd42e34c078935e4814f697650ae8aad..30608bacbea9e08ff9f25238721fe8d78c635c6b 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -332,12 +332,6 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
case UMA_STATUS_AREA_BRIGHTNESS_CHANGED:
RecordAction(UserMetricsAction("StatusArea_BrightnessChanged"));
break;
- case UMA_STATUS_AREA_BLUETOOTH_CONNECT_KNOWN_DEVICE:
- RecordAction(UserMetricsAction("StatusArea_Bluetooth_Connect_Known"));
- break;
- case UMA_STATUS_AREA_BLUETOOTH_CONNECT_UNKNOWN_DEVICE:
- RecordAction(UserMetricsAction("StatusArea_Bluetooth_Connect_Unknown"));
- break;
case UMA_STATUS_AREA_BLUETOOTH_DISABLED:
RecordAction(UserMetricsAction("StatusArea_Bluetooth_Disabled"));
break;
« no previous file with comments | « ash/common/metrics/user_metrics_action.h ('k') | chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698