Index: chromeos/dbus/dbus_thread_manager.h |
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h |
index 26d5f866baf9e60e677a71bac669c6caef74c961..c59c14398b50ab5bc57b7763acac841036b445c0 100644 |
--- a/chromeos/dbus/dbus_thread_manager.h |
+++ b/chromeos/dbus/dbus_thread_manager.h |
@@ -29,6 +29,7 @@ class AmplifierClient; |
class ApManagerClient; |
class AudioDspClient; |
class BluetoothAdapterClient; |
+class BluetoothAdvertisementManagerClient; |
class BluetoothAgentManagerClient; |
class BluetoothDeviceClient; |
class BluetoothGattCharacteristicClient; |
@@ -126,6 +127,7 @@ class CHROMEOS_EXPORT DBusThreadManager { |
ApManagerClient* GetApManagerClient(); |
AudioDspClient* GetAudioDspClient(); |
BluetoothAdapterClient* GetBluetoothAdapterClient(); |
+ BluetoothAdvertisementManagerClient* GetBluetoothAdvertisementManagerClient(); |
BluetoothAgentManagerClient* GetBluetoothAgentManagerClient(); |
BluetoothDeviceClient* GetBluetoothDeviceClient(); |
BluetoothGattCharacteristicClient* GetBluetoothGattCharacteristicClient(); |
@@ -213,6 +215,8 @@ class CHROMEOS_EXPORT DBusThreadManagerSetter { |
void SetAmplifierClient(scoped_ptr<AmplifierClient> client); |
void SetAudioDspClient(scoped_ptr<AudioDspClient> client); |
void SetBluetoothAdapterClient(scoped_ptr<BluetoothAdapterClient> client); |
+ void SetBluetoothAdvertisementManagerClient( |
+ scoped_ptr<BluetoothAdvertisementManagerClient> client); |
void SetBluetoothAgentManagerClient( |
scoped_ptr<BluetoothAgentManagerClient> client); |
void SetBluetoothDeviceClient(scoped_ptr<BluetoothDeviceClient> client); |