Index: chrome/browser/ui/panels/panel_browser_window_cocoa.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_browser_window_cocoa.h (revision 94932) |
+++ chrome/browser/ui/panels/panel_browser_window_cocoa.h (working copy) |
@@ -29,7 +29,9 @@ |
// Overridden from NativePanel |
virtual void ShowPanel() OVERRIDE; |
virtual void ShowPanelInactive() OVERRIDE; |
+ virtual gfx::Rect GetPanelRestoredBounds() const OVERRIDE; |
virtual gfx::Rect GetPanelBounds() const OVERRIDE; |
+ virtual void SetPanelRestoredBounds(const gfx::Rect& bounds) OVERRIDE; |
virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE; |
virtual void OnPanelExpansionStateChanged( |
Panel::ExpansionState expansion_state) OVERRIDE; |
@@ -47,6 +49,7 @@ |
virtual bool IsDrawingAttention() const OVERRIDE; |
virtual Browser* GetPanelBrowser() const OVERRIDE; |
virtual void DestroyPanelBrowser() OVERRIDE; |
+ virtual gfx::Size GetNonClientAreaSize() const OVERRIDE; |
virtual NativePanelTesting* GetNativePanelTesting() OVERRIDE; |
Panel* panel() { return panel_.get(); } |