Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
index 59245b8b34ce517e60894b027af2dcdedd42c14d..ea261fcd753b1c1f7ccefcca0d367037e71b6bcf 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
@@ -228,6 +228,9 @@ class TabContentsWrapper : public TabContentsObserver, |
InfoBarDelegate* GetInfoBarDelegateAt(size_t index); |
void set_infobars_enabled(bool value) { infobars_enabled_ = value; } |
+ // Stop this tab rendering in fullscreen mode. |
+ void ExitFullscreenMode(); |
+ |
private: |
// Internal helpers ---------------------------------------------------------- |