| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index f196614ac658621897f7c588eca2cb2c2da59db8..2b78b1f31d0757e6c2c326367da8c592b8a5ee56 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -459,8 +459,8 @@ void TestingProfile::Init() {
|
| RegisterProfilePrefsForServices(this, pref_registry);
|
| }
|
|
|
| - browser_context_dependency_manager_->CreateBrowserContextServicesForTest(
|
| - this);
|
| +// browser_context_dependency_manager_->CreateBrowserContextServicesForTest(
|
| +// this);
|
|
|
| #if defined(ENABLE_SUPERVISED_USERS)
|
| if (!IsOffTheRecord()) {
|
|
|