| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 2c92c2279f726be13fa650b1bf2fbf3ab13494a8..15e9a24c2ad55a9f6c464f0c8f399a49004b9bb6 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -189,6 +189,10 @@ bool Panel::IsDrawingAttention() const {
|
| return native_panel_->IsDrawingAttention();
|
| }
|
|
|
| +void Panel::FullScreenModeChanged(bool is_full_screen) {
|
| + native_panel_->FullScreenModeChanged(is_full_screen);
|
| +}
|
| +
|
| void Panel::Show() {
|
| native_panel_->ShowPanel();
|
| }
|
|
|