| 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 f5ac24c2f05abba56f2596acd0ee74bda5793fa0..df346258045c16b80b54fa90eb7c7cedd3c532f8 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.h
|
| @@ -15,6 +15,7 @@
|
| #include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "chromeos/dbus/experimental_bluetooth_agent_service_provider.h"
|
| #include "chromeos/dbus/experimental_bluetooth_device_client.h"
|
| +#include "chromeos/dbus/experimental_bluetooth_profile_service_provider.h"
|
| #include "dbus/object_path.h"
|
| #include "dbus/property.h"
|
|
|
| @@ -178,6 +179,17 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback);
|
|
|
| + void ConnectionCallback(
|
| + const dbus::ObjectPath& object_path,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback,
|
| + ExperimentalBluetoothProfileServiceProvider::Delegate::Status status);
|
| + void DisconnectionCallback(
|
| + const dbus::ObjectPath& object_path,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback,
|
| + ExperimentalBluetoothProfileServiceProvider::Delegate::Status status);
|
| +
|
| // List of observers interested in event notifications from us.
|
| ObserverList<Observer> observers_;
|
|
|
|
|