| Index: chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.cc b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
| index d628e3478ed3d2f3d3b40e9d611410af30ec06a4..19e80367672a8cb00609c389d398e0e8b96ab71d 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
| @@ -369,6 +369,9 @@ bool PanelBrowserWindowGtk::PreHandlePanelKeyboardEvent(
|
| 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(
|
|
|