diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents_delegate.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h index 3a0cdad..d1bb423 100644 --- a/content/browser/tab_contents/tab_contents_delegate.h +++ b/content/browser/tab_contents/tab_contents_delegate.h @@ -307,6 +307,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); |