| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 92e128693818c64e5c4fefa1a5d13f17dc462ffd..8a52ba6b3e38d0fbf5d4f68a1dd69149f13781b4 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -77,6 +77,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/proxy_config_service_impl.h"
|
| +#include "chromeos/dbus/dbus_thread_manager.h"
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| using base::Time;
|
| @@ -272,6 +273,9 @@ void TestingProfile::CreateTempProfileDir() {
|
| }
|
|
|
| void TestingProfile::Init() {
|
| +#if defined(OS_CHROMEOS)
|
| + chromeos::DBusThreadManager::Initialize();
|
| +#endif
|
| if (prefs_.get())
|
| components::UserPrefs::Set(this, prefs_.get());
|
|
|
|
|