| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 64ff50c78eefb25575e497014a1db6e8acb42930..713bce2ae9224fd1f9c1c0093f99299b93511bb2 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -88,6 +88,9 @@ class Panel : public BrowserWindow,
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
| virtual bool IsMinimized() const OVERRIDE;
|
| + virtual void Maximize() OVERRIDE;
|
| + virtual void Minimize() OVERRIDE;
|
| + virtual void Restore() OVERRIDE;
|
| virtual void EnterFullscreen(
|
| const GURL& url, FullscreenExitBubbleType type) OVERRIDE;
|
| virtual void ExitFullscreen() OVERRIDE;
|
|
|