Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 126512) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -4150,7 +4150,7 @@ |
| } |
| bool Browser::IsFullscreenForTab(const WebContents* tab) const { |
| - return fullscreen_controller_->IsFullscreenForTab(tab); |
| + return fullscreen_controller_->IsFullscreenForTabOrPending(tab); |
| } |
| void Browser::JSOutOfMemory(WebContents* tab) { |