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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_device_client.h

Issue 2167013002: bluetooth: Clean up bluez fake device name/alias code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-GetName-
Patch Set: fix patch dep Created 4 years, 4 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: device/bluetooth/dbus/fake_bluetooth_device_client.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.h b/device/bluetooth/dbus/fake_bluetooth_device_client.h
index 282e87c602dfcc9de7c5b6f1757191bc4d0b188f..17bbb61631fa2c9c2b019d9d5e76920f464b9a50 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
@@ -180,6 +180,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
// we can emulate.
static const char kPairedDevicePath[];
static const char kPairedDeviceName[];
+ static const char kPairedDeviceAlias[];
static const char kPairedDeviceAddress[];
static const uint32_t kPairedDeviceClass;
@@ -245,6 +246,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
static const char kPairedUnconnectableDevicePath[];
static const char kPairedUnconnectableDeviceName[];
+ static const char kPairedUnconnectableDeviceAlias[];
static const char kPairedUnconnectableDeviceAddress[];
static const uint32_t kPairedUnconnectableDeviceClass;
« no previous file with comments | « device/bluetooth/bluez/bluetooth_bluez_unittest.cc ('k') | device/bluetooth/dbus/fake_bluetooth_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698