| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index bc916e1e454d67f50c61c67dcbf707d0366a81ff..b0dfd115a0b1977619e3ec78acd8b196cfa370ed 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -85,7 +85,7 @@ class Panel : public BrowserWindow, public NotificationObserver {
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
| virtual bool IsMinimized() const OVERRIDE;
|
| - virtual void SetFullscreen(bool fullscreen) OVERRIDE;
|
| + virtual void SetFullscreen(bool fullscreen, const GURL& url, bool show_buttons) OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| virtual bool IsFullscreenBubbleVisible() const OVERRIDE;
|
| virtual LocationBar* GetLocationBar() const OVERRIDE;
|
| @@ -145,7 +145,9 @@ class Panel : public BrowserWindow, public NotificationObserver {
|
| virtual void ToggleTabStripMode() OVERRIDE;
|
| #if defined(OS_MACOSX)
|
| virtual void OpenTabpose() OVERRIDE;
|
| - virtual void SetPresentationMode(bool presentation_mode) OVERRIDE;
|
| + virtual void SetPresentationMode(bool presentation_mode,
|
| + const GURL& url,
|
| + bool show_buttons) OVERRIDE;
|
| virtual bool InPresentationMode() OVERRIDE;
|
| #endif
|
| virtual void PrepareForInstant() OVERRIDE;
|
|
|