| Index: chrome/browser/ui/views/app_list/win/app_list_service_win.cc
|
| diff --git a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
|
| index e08d0568470f24ece5db857b4798e06ec94333f9..2c95d9fca2db319a9f3c435623253f86348ef174 100644
|
| --- a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
|
| +++ b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
|
| @@ -388,11 +388,8 @@ void AppListServiceWin::LoadProfileForWarmup() {
|
| if (!IsWarmupNeeded())
|
| return;
|
|
|
| - ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| - base::FilePath profile_path(GetProfilePath(profile_manager->user_data_dir()));
|
| -
|
| profile_loader().LoadProfileInvalidatingOtherLoads(
|
| - profile_path,
|
| + GetProfilePath(),
|
| base::Bind(&AppListServiceWin::OnLoadProfileForWarmup,
|
| base::Unretained(this)));
|
| }
|
|
|