Index: chromeos/dbus/dbus_thread_manager.h |
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h |
index 6a2856d4cb239bf979117c792722ce9e1092826b..42963afe3cf002bc1f9db3f7631436095f492400 100644 |
--- a/chromeos/dbus/dbus_thread_manager.h |
+++ b/chromeos/dbus/dbus_thread_manager.h |
@@ -34,6 +34,7 @@ class BluetoothGattManagerClient; |
class BluetoothGattServiceClient; |
class BluetoothInputClient; |
class BluetoothProfileManagerClient; |
+class ConsoleServiceClient; |
class CrasAudioClient; |
class CrosDisksClient; |
class CryptohomeClient; |
@@ -123,6 +124,7 @@ class CHROMEOS_EXPORT DBusThreadManager { |
BluetoothInputClient* GetBluetoothInputClient(); |
BluetoothProfileManagerClient* GetBluetoothProfileManagerClient(); |
CrasAudioClient* GetCrasAudioClient(); |
+ ConsoleServiceClient* GetConsoleServiceClient(); |
CrosDisksClient* GetCrosDisksClient(); |
CryptohomeClient* GetCryptohomeClient(); |
DebugDaemonClient* GetDebugDaemonClient(); |
@@ -209,6 +211,7 @@ class CHROMEOS_EXPORT DBusThreadManagerSetter { |
void SetBluetoothProfileManagerClient( |
scoped_ptr<BluetoothProfileManagerClient> client); |
void SetCrasAudioClient(scoped_ptr<CrasAudioClient> client); |
+ void SetConsoleServiceClient(scoped_ptr<ConsoleServiceClient> client); |
void SetCrosDisksClient(scoped_ptr<CrosDisksClient> client); |
void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client); |
void SetDebugDaemonClient(scoped_ptr<DebugDaemonClient> client); |