| Index: chrome/browser/ui/panels/panel_browser_window_cocoa.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window_cocoa.h (revision 90291)
|
| +++ chrome/browser/ui/panels/panel_browser_window_cocoa.h (working copy)
|
| @@ -30,7 +30,7 @@
|
| virtual gfx::Rect GetPanelBounds() const OVERRIDE;
|
| virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void MinimizePanel() OVERRIDE;
|
| - virtual void RestorePanel() OVERRIDE;
|
| + virtual void RestorePanel(bool titlebar_only) OVERRIDE;
|
| virtual void ClosePanel() OVERRIDE;
|
| virtual void ActivatePanel() OVERRIDE;
|
| virtual void DeactivatePanel() OVERRIDE;
|
|
|