| Index: chrome/browser/chrome_browser_main_x11.cc
|
| diff --git a/chrome/browser/chrome_browser_main_x11.cc b/chrome/browser/chrome_browser_main_x11.cc
|
| index 63663c940794a69ab2eeaf44cc44a4b16a40a1f0..f023b31dde92add38f0a8b758145f0c1cfd13909 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_x11.cc
|
| @@ -55,7 +55,7 @@ int BrowserX11IOErrorHandler(Display* d) {
|
| if (!g_in_x11_io_error_handler) {
|
| g_in_x11_io_error_handler = true;
|
| LOG(ERROR) << "X IO Error detected";
|
| - BrowserList::SessionEnding();
|
| + BrowserList::SessionEnding(browser_shutdown::SHUTDOWN_WIHTOUT_CLOSE);
|
| }
|
|
|
| return 0;
|
|
|