| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index 99e26064760bcdd5a6fdae36657422603108bbfd..6fc949bf2b7db3c75d043f7e8b4f619c2660bf62 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -841,3 +841,7 @@ void TabContentsWrapper::RemoveAllInfoBars(bool animate) {
|
| while (!infobars_.empty())
|
| RemoveInfoBarInternal(GetInfoBarDelegateAt(infobar_count() - 1), animate);
|
| }
|
| +
|
| +void TabContentsWrapper::ExitFullscreenMode() {
|
| + Send(new ViewMsg_ExitFullscreen(routing_id()));
|
| +}
|
|
|