summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc')
-rw-r--r--chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc b/chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc
index 185f542..e6ed8fc 100644
--- a/chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc
+++ b/chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc
@@ -58,6 +58,7 @@ void TouchTabStripController::TabDetachedAt(TabContentsWrapper* contents,
TouchTab* touch_tab = tabstrip()->GetTouchTabAtModelIndex(model_index);
consumer_.CancelAllRequestsForClientData(touch_tab);
}
+ BrowserTabStripController::TabDetachedAt(contents, model_index);
}
void TouchTabStripController::TabChangedAt(TabContentsWrapper* contents,