Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index ffe96770d732cd99b6b1edc94a85dce0841001f0..a148cfd9de60d4624991ac912a5a6a541db56a84 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -620,6 +620,7 @@ class Browser : public TabStripModelObserver, |
virtual void EnumerateDirectory(content::WebContents* web_contents, |
int request_id, |
const base::FilePath& path) OVERRIDE; |
+ virtual bool EmbedsFullscreenWidget() const OVERRIDE; |
virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents, |
bool enter_fullscreen) OVERRIDE; |
virtual bool IsFullscreenForTabOrPending( |