summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 016b43b..77f1628 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -908,8 +908,7 @@ void Browser::WindowMoved() {
DCHECK(!g_browser_process->IsUsingNewFrames());
// Cancel any tabstrip animations, some of them may be invalidated by the
// window being repositioned.
- // Comment out for one cycle to see if this fixes dist tests.
- //window_->GetTabStrip()->DestroyDragController();
+ window_->GetTabStrip()->DestroyDragController();
GetStatusBubble()->Reposition();