| Index: device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc
|
| index 7faf1657429607a6d8696f2b2c9c66894d236ff9..34777b8b9b7ce5df7f04799738c389efc85b4bf8 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.cc
|
| @@ -97,6 +97,7 @@ void FakeBluetoothGattManagerClient::Init(dbus::Bus* bus) {}
|
|
|
| // BluetoothGattManagerClient overrides.
|
| void FakeBluetoothGattManagerClient::RegisterApplication(
|
| + const dbus::ObjectPath& adapter_object_path,
|
| const dbus::ObjectPath& application_path,
|
| const Options& options,
|
| const base::Closure& callback,
|
| @@ -114,6 +115,7 @@ void FakeBluetoothGattManagerClient::RegisterApplication(
|
|
|
| // BluetoothGattManagerClient overrides.
|
| void FakeBluetoothGattManagerClient::UnregisterApplication(
|
| + const dbus::ObjectPath& adapter_object_path,
|
| const dbus::ObjectPath& application_path,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
|
|