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