| Index: chrome/browser/ui/app_list/profile_loader.cc
|
| diff --git a/chrome/browser/ui/app_list/profile_loader.cc b/chrome/browser/ui/app_list/profile_loader.cc
|
| index 439fe234a0992442dd9a6ba6c2c544179cc39a26..74e0166aa4d6b0d6cd67007ad861f8c1fb20f2c0 100644
|
| --- a/chrome/browser/ui/app_list/profile_loader.cc
|
| +++ b/chrome/browser/ui/app_list/profile_loader.cc
|
| @@ -67,7 +67,8 @@ void ProfileLoader::OnProfileLoaded(int profile_load_sequence_id,
|
| void ProfileLoader::IncrementPendingProfileLoads() {
|
| pending_profile_loads_++;
|
| if (pending_profile_loads_ == 1)
|
| - keep_alive_.reset(new ScopedKeepAlive(keep_alive::Origin::PROFILE_LOADER));
|
| + keep_alive_.reset(new ScopedKeepAlive(keep_alive::Origin::PROFILE_LOADER,
|
| + keep_alive::RestartOption::DISABLED));
|
| }
|
|
|
| void ProfileLoader::DecrementPendingProfileLoads() {
|
|
|