| Index: chrome/browser/chrome_browser_main_x11.h
|
| diff --git a/chrome/browser/chrome_browser_main_x11.h b/chrome/browser/chrome_browser_main_x11.h
|
| index 19ec7fed44690fb5d3cf83ee762e86ab6962ddf0..f3f923aaa98e5726d7cd7e9ca18ed62c47b91b50 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.h
|
| +++ b/chrome/browser/chrome_browser_main_x11.h
|
| @@ -11,4 +11,8 @@
|
| // allow us to exit cleanly if X exits before us.
|
| void SetBrowserX11ErrorHandlers();
|
|
|
| +// Installs empty X11 error handlers. This avoids calling into the message-loop
|
| +// in case an X11 erro happens while the message-loop is being destroyed.
|
| +void UnsetBrowserX11ErrorHandlers();
|
| +
|
| #endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_X11_H_
|
|
|