diff options
Diffstat (limited to 'chrome/browser/views/tabs/tab_strip.cc')
-rw-r--r-- | chrome/browser/views/tabs/tab_strip.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/views/tabs/tab_strip.cc b/chrome/browser/views/tabs/tab_strip.cc index 51ff414..1b1acac 100644 --- a/chrome/browser/views/tabs/tab_strip.cc +++ b/chrome/browser/views/tabs/tab_strip.cc @@ -904,6 +904,8 @@ void TabStrip::CloseTab(Tab* tab) { available_width_for_tabs_ = GetAvailableWidthForTabs(last_tab); resize_layout_scheduled_ = true; AddMessageLoopObserver(); + // Note that the next call might not close the tab (because of unload + // hanlders or if the delegate veto the close). model_->CloseTabContentsAt(tab_index); } } |