Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index defda283ca06aeccd37718eb2f455c5c2daaf49a..88970028335a7623f84317d38633e9282e49fe74 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -399,6 +399,8 @@ void TestingProfile::Init() { |
set_is_guest_profile(guest_session_); |
+ BrowserContext::Initialize(this, profile_path_); |
+ |
#if defined(OS_ANDROID) |
// Make sure token service knows its running in tests. |
OAuth2TokenServiceDelegateAndroid::set_is_testing_profile(); |