Index: chrome/browser/ui/panels/panel_browser_window_cocoa.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_browser_window_cocoa.h (revision 95921) |
+++ chrome/browser/ui/panels/panel_browser_window_cocoa.h (working copy) |
@@ -48,6 +48,9 @@ |
virtual bool IsDrawingAttention() const OVERRIDE; |
virtual Browser* GetPanelBrowser() const OVERRIDE; |
virtual void DestroyPanelBrowser() OVERRIDE; |
+ virtual gfx::Size GetNonClientAreaSize() const OVERRIDE; |
+ virtual int GetRestoredHeight() const OVERRIDE; |
+ virtual void SetRestoredHeight(int height) OVERRIDE; |
virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE; |
Panel* panel() { return panel_.get(); } |