| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index f8a375b976b54422f0e28c3b93e2e3255b94501a..57c5c0a55e241d4120ce6e2fa38946a7943cefc9 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -688,7 +688,8 @@ void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) {
|
| void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| bool go_off_the_record) {
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - extensions::ExtensionSystem::Get(profile)->Init(!go_off_the_record);
|
| + extensions::ExtensionSystem::Get(profile)->InitForRegularProfile(
|
| + !go_off_the_record);
|
| // During tests, when |profile| is an instance of TestingProfile,
|
| // ExtensionSystem might not create an ExtensionService.
|
| if (extensions::ExtensionSystem::Get(profile)->extension_service()) {
|
|
|