| Index: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| index 9756c3a90db727c8c9836123120e26e31e0f0ca0..4a9f7bcc70fbbd7bd13d9912f9179b57a7e760f3 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| @@ -329,7 +329,7 @@ IN_PROC_BROWSER_TEST_F(ShowAppListNonDefaultInteractiveTest,
|
| // Delete the profile being used by the app list.
|
| profile_manager->ScheduleProfileForDeletion(
|
| service->GetCurrentAppListProfile()->GetPath(),
|
| - ProfileManager::CreateCallback());
|
| + false /* suppress_profile_creation */, ProfileManager::CreateCallback());
|
|
|
| // App Launcher should get closed immediately and nothing should explode.
|
| EXPECT_FALSE(service->IsAppListVisible());
|
|
|