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 f02f3c2416b387f4282dd965211d6737e423fa69..edfd7029e1ab2093bc363c8f3130f54578071d46 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -689,3 +689,7 @@ void TabContentsWrapper::RemoveAllInfoBars(bool animate) { |
while (!infobars_.empty()) |
RemoveInfoBarInternal(GetInfoBarDelegateAt(infobar_count() - 1), animate); |
} |
+ |
+void TabContentsWrapper::ExitFullscreenMode() { |
+ Send(new ViewMsg_ExitFullscreen(routing_id())); |
+} |