Index: chrome/browser/ui/panels/panel_browser_window_gtk.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_browser_window_gtk.h (revision 97010) |
+++ chrome/browser/ui/panels/panel_browser_window_gtk.h (working copy) |
@@ -59,6 +59,9 @@ |
virtual bool IsDrawingAttention() const OVERRIDE; |
virtual Browser* GetPanelBrowser() const OVERRIDE; |
virtual void DestroyPanelBrowser() OVERRIDE; |
+ virtual gfx::Size GetNonClientAreaExtent() const OVERRIDE; |
+ virtual int GetRestoredHeight() const OVERRIDE; |
+ virtual void SetRestoredHeight(int height) OVERRIDE; |
private: |
void SetBoundsImpl(); |