Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index f0d6fc2694b887ac2c9c55cec037dd8959dd60ac..169ff4c5ddc2f542a5185ad339de91aaf85df7bd 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -319,6 +319,7 @@ class CONTENT_EXPORT TabContentsDelegate { |
// Called when the renderer puts a tab into or out of fullscreen mode. |
virtual void ToggleFullscreenModeForTab(TabContents* tab, |
bool enter_fullscreen); |
+ virtual bool IsFullscreenForTab(const TabContents* tab) const; |
// Called when a Javascript out of memory notification is received. |
virtual void JSOutOfMemory(TabContents* tab); |