| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window_gtk.h (revision 96104)
|
| +++ chrome/browser/ui/panels/panel_browser_window_gtk.h (working copy)
|
| @@ -58,6 +58,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;
|
| virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE;
|
|
|
| private:
|
|
|