| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| index 3a6952869b21d7e41c776191e173614d1aa1ec13..c65d8271867ef57f853bf530a9de5ec8708a0721 100644
|
| --- a/chromeos/dbus/dbus_thread_manager.h
|
| +++ b/chromeos/dbus/dbus_thread_manager.h
|
| @@ -28,6 +28,7 @@ class BluetoothDeviceClient;
|
| class BluetoothInputClient;
|
| class BluetoothManagerClient;
|
| class BluetoothNodeClient;
|
| +class BluetoothOutOfBandClient;
|
| class CashewClient;
|
| class CrosDisksClient;
|
| class CryptohomeClient;
|
| @@ -126,6 +127,11 @@ class CHROMEOS_EXPORT DBusThreadManager {
|
| // down.
|
| virtual BluetoothNodeClient* GetBluetoothNodeClient() = 0;
|
|
|
| + // Returns the bluetooth node client, owned by DBusThreadManager.
|
| + // Do not cache this pointer and use it after DBusThreadManager is shut
|
| + // down.
|
| + virtual BluetoothOutOfBandClient* GetBluetoothOutOfBandClient() = 0;
|
| +
|
| // Returns the Cashew client, owned by DBusThreadManager.
|
| // Do not cache this pointer and use it after DBusThreadManager is shut
|
| // down.
|
|
|