| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 32812a9a97504ecf13a210ba931f9f080b7cc313..be52d978fff3bd5f7e54d81d331ee4570e077613 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -419,6 +419,10 @@ void Panel::ShowInactive() {
|
| native_panel_->ShowPanelInactive();
|
| }
|
|
|
| +void Panel::Hide() {
|
| + // Not implemented.
|
| +}
|
| +
|
| void Panel::SetBounds(const gfx::Rect& bounds) {
|
| // Ignore bounds position as the panel manager controls all positioning.
|
| if (!panel_strip_)
|
|
|