| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index ffed912ee6ea93afd2e1ce31cfb2bd799e9f20bf..d0afc296ad3cb1ca311910e92ef08934cf6cde6f 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -409,7 +409,7 @@ void Panel::Show() {
|
| if (manager()->display_settings_provider()->is_full_screen() || !collection_)
|
| return;
|
|
|
| - native_panel_->ShowPanel();
|
| + native_panel_->ShowPanel();
|
| }
|
|
|
| void Panel::ShowInactive() {
|
|
|