| Index: chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window_gtk.cc (revision 114830)
|
| +++ chrome/browser/ui/panels/panel_browser_window_gtk.cc (working copy)
|
| @@ -369,6 +369,9 @@
|
| void PanelBrowserWindowGtk::FullScreenModeChanged(bool is_full_screen) {
|
| // Nothing to do here as z-order rules for panels ensures that they're below
|
| // any app running in full screen mode.
|
| +
|
| + // Full screen detection should not have been enabled for Linux.
|
| + NOTREACHED();
|
| }
|
|
|
| void PanelBrowserWindowGtk::HandlePanelKeyboardEvent(
|
|
|