| Index: chrome/browser/ui/panels/panel_browser_view.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
|
| index aaf7c71ecf52d90470a0aab3dd3d25bf43b8c4d5..c1cde8818665080f55b96a134694374dcdc5750c 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -98,6 +98,7 @@ class PanelBrowserView : public BrowserView,
|
| virtual bool PreHandlePanelKeyboardEvent(
|
| const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) OVERRIDE;
|
| + virtual void FullScreenModeChanged(bool is_full_screen_mode_on) OVERRIDE;
|
| virtual void HandlePanelKeyboardEvent(
|
| const NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual gfx::Size WindowSizeFromContentSize(
|
|
|