Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index c9aad25cf317c9be75961da0f602e7838daedc2d..e7aff35c7a674cc6db4e76461e9049198a3bc6bc 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -611,8 +611,9 @@ class Browser : public TabStripModelObserver, |
int request_id, |
const base::FilePath& path) override; |
bool EmbedsFullscreenWidget() const override; |
- void ToggleFullscreenModeForTab(content::WebContents* web_contents, |
- bool enter_fullscreen) override; |
+ void EnterFullscreenModeForTab(content::WebContents* web_contents, |
+ const GURL& origin) override; |
+ void ExitFullscreenModeForTab(content::WebContents* web_contents) override; |
bool IsFullscreenForTabOrPending( |
const content::WebContents* web_contents) const override; |
void RegisterProtocolHandler(content::WebContents* web_contents, |