| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 2aa998bbeafe8b8d51f31d0b3efa16ea0b1937e3..4c7a258e04cbdcb390163cb0cfd29a083bbaf0e8 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -247,7 +247,7 @@ bool Panel::IsMinimized() const {
|
| return false;
|
| }
|
|
|
| -void Panel::SetFullscreen(bool fullscreen) {
|
| +void Panel::SetFullscreen(bool fullscreen, const GURL& url, bool show_buttons) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| @@ -466,7 +466,9 @@ void Panel::OpenTabpose() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void Panel::SetPresentationMode(bool presentation_mode) {
|
| +void Panel::SetPresentationMode(bool presentation_mode,
|
| + const GURL& url,
|
| + bool show_buttons) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|