Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index afbbe0692b735fa396a148a14ea9b31af3e60af1..eb924e682459b6b67930c92530fdfb429db28bb5 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -479,7 +479,7 @@ bool TestingAutomationProvider::OnMessageReceived( |
void TestingAutomationProvider::OnChannelError() { |
if (!reinitialize_on_channel_error_ && |
browser_shutdown::GetShutdownType() == browser_shutdown::NOT_VALID) |
- BrowserList::AttemptExit(false); |
+ BrowserList::AttemptExit(); |
AutomationProvider::OnChannelError(); |
} |