| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| index 513a59fe7ec3e994f20e42b179c8c0c41c4e5279..5f6e29051713faf2044c7fc2d2dd3de9df52d364 100644
|
| --- a/chromeos/dbus/dbus_thread_manager.h
|
| +++ b/chromeos/dbus/dbus_thread_manager.h
|
| @@ -29,6 +29,9 @@ class DBusThreadManagerObserver;
|
| class BluetoothAdapterClient;
|
| class BluetoothAgentManagerClient;
|
| class BluetoothDeviceClient;
|
| +class BluetoothGattCharacteristicClient;
|
| +class BluetoothGattDescriptorClient;
|
| +class BluetoothGattServiceClient;
|
| class BluetoothInputClient;
|
| class BluetoothProfileManagerClient;
|
| class CrasAudioClient;
|
| @@ -124,6 +127,10 @@ class CHROMEOS_EXPORT DBusThreadManager {
|
| virtual BluetoothAdapterClient* GetBluetoothAdapterClient() = 0;
|
| virtual BluetoothAgentManagerClient* GetBluetoothAgentManagerClient() = 0;
|
| virtual BluetoothDeviceClient* GetBluetoothDeviceClient() = 0;
|
| + virtual BluetoothGattCharacteristicClient*
|
| + GetBluetoothGattCharacteristicClient() = 0;
|
| + virtual BluetoothGattDescriptorClient* GetBluetoothGattDescriptorClient() = 0;
|
| + virtual BluetoothGattServiceClient* GetBluetoothGattServiceClient() = 0;
|
| virtual BluetoothInputClient* GetBluetoothInputClient() = 0;
|
| virtual BluetoothProfileManagerClient* GetBluetoothProfileManagerClient() = 0;
|
| virtual CrasAudioClient* GetCrasAudioClient() = 0;
|
|
|