Index: chrome/browser/ui/startup/startup_browser_creator_corrupt_profiles_browsertest_win.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_corrupt_profiles_browsertest_win.cc b/chrome/browser/ui/startup/startup_browser_creator_corrupt_profiles_browsertest_win.cc |
index 5b61113ac3b2f1f1e5d2e639bd747d6ad9746c17..4b1f1c48510f55ee02a860340fe3abe4ca59836b 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_corrupt_profiles_browsertest_win.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator_corrupt_profiles_browsertest_win.cc |
@@ -153,9 +153,9 @@ class StartupBrowserCreatorCorruptProfileTest : public InProcessBrowserTest { |
base::RunLoop run_loop; |
BrowserList::GetInstance()->CloseAllBrowsersWithProfile( |
- profile, base::Bind(&OnCloseAllBrowsersSucceeded, |
- run_loop.QuitClosure()), |
- BrowserList::CloseCallback()); |
+ profile, |
+ base::Bind(&OnCloseAllBrowsersSucceeded, run_loop.QuitClosure()), |
+ BrowserList::CloseCallback(), false); |
} |
void SetUpCommandLine(base::CommandLine* command_line) override { |