| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index b913e1dc7a8407bed2fdcf23906230fb85297314..6264e974d7bcc3c0d485707e4157b925414aa4b3 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -123,6 +123,7 @@ class Panel : public BaseWindow,
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void ShowInactive() OVERRIDE;
|
| + virtual void Hide() OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void Activate() OVERRIDE;
|
| virtual void Deactivate() OVERRIDE;
|
|
|