| 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 88fbd3b56846d0d85c803fc2ac1fa397c23987d3..b08914a413197f71285103355b40c10e87c52309 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -478,7 +478,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();
|
| }
|
|
|
|
|