| 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 101e2fe8245aa6a3cc7c4b802b0e982909ba5da5..9873ed2aaaf418b4908de284b76718ba9d597167 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -99,6 +99,7 @@ class PanelBrowserView : public BrowserView,
|
| virtual bool PreHandlePanelKeyboardEvent(
|
| const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) OVERRIDE;
|
| + virtual void FullScreenModeChanged(bool is_full_screen) OVERRIDE;
|
| virtual void HandlePanelKeyboardEvent(
|
| const NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual gfx::Size WindowSizeFromContentSize(
|
|
|