Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index cf95ff4b7791fb2c3f9653eb44e007fdfccde35a..c22363337dcf822d98d779ad1fede5531f21db48 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -258,7 +258,7 @@ class BrowserView : public BrowserBubbleHost, |
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 LocationBar* GetLocationBar() const OVERRIDE; |
virtual void SetFocusToLocationBar(bool select_all) OVERRIDE; |
@@ -505,7 +505,7 @@ class BrowserView : public BrowserBubbleHost, |
// full screen state. On Linux changing the fullscreen state is async, so we |
// ask the window to change it's fullscreen state, then when we get |
// notification that it succeeded this method is invoked. |
- void ProcessFullscreen(bool fullscreen); |
+ void ProcessFullscreen(bool fullscreen, const GURL& url, bool show_buttons); |
// Copy the accelerator table from the app resources into something we can |
// use. |