| 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 859dfcf0b399c29f5e6b115c619cbb3808ad7899..792a77cf7975f0845a26a73347c65084ca91f9c0 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| @@ -240,6 +240,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 ----------------------------------------------------------
|
|
|
|
|