Index: chromeos/dbus/dbus_thread_manager.h |
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h |
index 8e6991b70191987ec2f329b441088bbf1b409f06..09b247d75829b2d3ca0ce8f0d920c47824bc506e 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; |
@@ -124,6 +125,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. |