| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 9e031afb81d72542d9943aeed2ff7e8ca533fb5c..5418a956036dae254d8deadc30bfd603b4c999db 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -418,6 +418,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_)
|
|
|