Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index ed58dab28f4964056673f19a45203578e2ad9012..83c22b3284ec21dc7344ffff73f9c9143609f8e5 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -963,6 +963,7 @@ class Browser : public TabHandlerDelegate, |
const FilePath& path) OVERRIDE; |
virtual void ToggleFullscreenModeForTab(TabContents* tab, |
bool enter_fullscreen) OVERRIDE; |
+ virtual bool IsFullscreenForTab(const TabContents* tab) const OVERRIDE; |
virtual void JSOutOfMemory(TabContents* tab) OVERRIDE; |
virtual void RegisterProtocolHandler(TabContents* tab, |
const std::string& protocol, |