Index: device/bluetooth/bluetooth_discovery_session_outcome.h |
diff --git a/device/bluetooth/bluetooth_discovery_session_outcome.h b/device/bluetooth/bluetooth_discovery_session_outcome.h |
index 38cf3a17e7f551ccc85ce32991eb6a6b759f2015..9bc83a32e05f60d286f0f66c4b53c5a7e9e42e7e 100644 |
--- a/device/bluetooth/bluetooth_discovery_session_outcome.h |
+++ b/device/bluetooth/bluetooth_discovery_session_outcome.h |
@@ -23,12 +23,12 @@ enum class UMABluetoothDiscoverySessionOutcome { |
ACTIVE_SESSION_NOT_IN_ADAPTER = 7, |
FAILED = 8, |
- // ChromeOS-specific failures: |
- CHROMEOS_DBUS_UNKNOWN_ADAPTER = 9, |
- CHROMEOS_DBUS_NO_RESPONSE = 10, |
- CHROMEOS_DBUS_IN_PROGRESS = 11, |
- CHROMEOS_DBUS_NOT_READY = 12, |
- CHROMEOS_DBUS_FAILED_MAYBE_UNSUPPORTED_TRANSPORT = 13, |
+ // BlueZ-specific failures: |
+ BLUEZ_DBUS_UNKNOWN_ADAPTER = 9, |
+ BLUEZ_DBUS_NO_RESPONSE = 10, |
+ BLUEZ_DBUS_IN_PROGRESS = 11, |
+ BLUEZ_DBUS_NOT_READY = 12, |
+ BLUEZ_DBUS_FAILED_MAYBE_UNSUPPORTED_TRANSPORT = 13, |
// NOTE: Add new outcomes immediately above this line. Make sure to update the |
// enum list in tools/metrics/histograms/histograms.xml accordingly. |
ortuno
2015/11/06 18:15:41
You forgot to update the labels in histograms.xml
rkc
2015/11/25 00:48:16
Done.
|
COUNT |