| 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 c1699becec4a42cd95be1f6ac37773b2fe2429a3..63755e1b5ab10db550ec39054dc801766bb55aa5 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.h
|
| @@ -159,6 +159,11 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient
|
| static const char kJustWorksAddress[];
|
| static const uint32 kJustWorksClass;
|
|
|
| + static const char kLowEnergyPath[];
|
| + static const char kLowEnergyName[];
|
| + static const char kLowEnergyAddress[];
|
| + static const uint32 kLowEnergyClass;
|
| +
|
| private:
|
| // Property callback passed when we create Properties* structures.
|
| void OnPropertyChanged(const dbus::ObjectPath& object_path,
|
|
|