Index: chrome/browser/app_controller_mac_browsertest.mm |
diff --git a/chrome/browser/app_controller_mac_browsertest.mm b/chrome/browser/app_controller_mac_browsertest.mm |
index 4b3d9586008f28f22cc34440435896277a857ffc..ade9e91ece7ae69dae2e08a0a86b6f1ab3cfe8fd 100644 |
--- a/chrome/browser/app_controller_mac_browsertest.mm |
+++ b/chrome/browser/app_controller_mac_browsertest.mm |
@@ -491,7 +491,8 @@ IN_PROC_BROWSER_TEST_F(AppControllerMainMenuBrowserTest, |
// Delete profile2. |
profile_manager->ScheduleProfileForDeletion( |
- profile2->GetPath(), ProfileManager::CreateCallback()); |
+ profile2->GetPath(), false /* suppress_profile_creation */, |
+ ProfileManager::CreateCallback()); |
base::RunLoop().RunUntilIdle(); |
// Verify the controller's history is back to profile1. |