Index: chrome/browser/ui/views/app_list/app_list_controller_win.cc |
diff --git a/chrome/browser/ui/views/app_list/app_list_controller_win.cc b/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
index 20ff1b4ebf8f42a96c517dc3a12451cb9d53647a..0d2b070585000285e5a0d68ca029b8dcc4226e4b 100644 |
--- a/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
+++ b/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
@@ -937,7 +937,7 @@ bool AppListController::IsWarmupNeeded() { |
// We only need to initialize the view if there's no view already created and |
// there's no profile loading to be shown. |
- return !current_view_ && !profile_loader().AnyProfilesLoading(); |
+ return !current_view_ && !profile_loader().IsAnyProfileLoading(); |
} |
void AppListController::LoadProfileForWarmup() { |