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

Unified Diff: device/bluetooth/bluetooth_discovery_session_outcome.h

Issue 1415573014: Reland "Add Linux support for the Bluetooth API" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix. Created 5 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698