| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 3073b479f4b66aec2836cc3cf5e68ca476b2b0ee..4742da9323bfcfc041559b2e40b27b60eb4dd16d 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -91,7 +91,8 @@ class BrowserWindowGtk : public BrowserWindow,
|
| virtual gfx::Rect GetBounds() const;
|
| virtual bool IsMaximized() const;
|
| virtual bool IsMinimized() const;
|
| - virtual void SetFullscreen(bool fullscreen);
|
| + virtual void EnterFullscreen(const GURL& url, bool ask_permission);
|
| + virtual void ExitFullscreen();
|
| virtual bool IsFullscreen() const;
|
| virtual bool IsFullscreenBubbleVisible() const;
|
| virtual LocationBar* GetLocationBar() const;
|
|
|