| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window_gtk.h (revision 98900)
|
| +++ chrome/browser/ui/panels/panel_browser_window_gtk.h (working copy)
|
| @@ -64,6 +64,9 @@
|
| const NativeWebKeyboardEvent& event) 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();
|
|
|