| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 15e834ce8398a5ab36a009371111f482b540b402..b2f16ca0fc1163db101f94838b8bbd78808a7a6f 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -610,8 +610,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,
|
|
|