| Index: chromeos/dbus/dbus_thread_manager.cc
|
| diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc
|
| index fdcc2025ab666907ac238bc6e5a2af4548703136..29b78e336f60715565dc65361289313f4f00f6bf 100644
|
| --- a/chromeos/dbus/dbus_thread_manager.cc
|
| +++ b/chromeos/dbus/dbus_thread_manager.cc
|
| @@ -311,6 +311,7 @@ void DBusThreadManager::InitializeClients() {
|
| GetLorgnetteManagerClient()->Init(GetSystemBus());
|
| GetModemMessagingClient()->Init(GetSystemBus());
|
| GetPermissionBrokerClient()->Init(GetSystemBus());
|
| + GetPeerDaemonManagerClient()->Init(GetSystemBus());
|
| GetPowerManagerClient()->Init(GetSystemBus());
|
| GetPrivetDaemonClient()->Init(GetSystemBus());
|
| GetSessionManagerClient()->Init(GetSystemBus());
|
|
|