| Index: chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| index 6501ba488ae6f8d8d2473fbcfa6376fb2a63d034..6e36d887c0e83a5e98b0d3d47a422cc762942896 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| @@ -143,8 +143,9 @@ IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest,
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
|
|
| // Delete the profile being used by the app list.
|
| - profile_manager->ScheduleProfileForDeletion(second_profile->GetPath(),
|
| - ProfileManager::CreateCallback());
|
| + profile_manager->ScheduleProfileForDeletion(
|
| + second_profile->GetPath(), false /* suppress_profile_creation */,
|
| + ProfileManager::CreateCallback());
|
|
|
| // View delegate doesn't change when changing profiles.
|
| EXPECT_EQ(view_delegate, test_api_->view_delegate());
|
|
|