Chromium Code Reviews| Index: app/x11_util.h |
| =================================================================== |
| --- app/x11_util.h (revision 49446) |
| +++ app/x11_util.h (working copy) |
| @@ -170,6 +170,9 @@ |
| // Change desktop for |window| to the desktop of |destination| window. |
| bool ChangeWindowDesktop(XID window, XID destination); |
| +// Sets the X Error Handlers so we can catch X errors and crash. |
| +void SetX11ErrorHandlers(); |
| + |
| } // namespace x11_util |
| #endif // APP_X11_UTIL_H_ |