| Index: chromeos/dbus/fake_bluetooth_device_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_device_client.h b/chromeos/dbus/fake_bluetooth_device_client.h
|
| index bcc268f9f79cc096b2be529fe2fa480bb1f2fcc7..71c42e2991fd96a99a7fa2b378b3d0809198152c 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.h
|
| @@ -172,6 +172,11 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient
|
| static const char kLowEnergyAddress[];
|
| static const uint32 kLowEnergyClass;
|
|
|
| + static const char kPairedUnconnectableDevicePath[];
|
| + static const char kPairedUnconnectableDeviceName[];
|
| + static const char kPairedUnconnectableDeviceAddress[];
|
| + static const uint32 kPairedUnconnectableDeviceClass;
|
| +
|
| private:
|
| // Property callback passed when we create Properties* structures.
|
| void OnPropertyChanged(const dbus::ObjectPath& object_path,
|
|
|