| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| index 0c2f2f388a3510e96237db1eff777081c88d095f..a8e9aa5e3a15c29779adb3c75881eaa70f686b44 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| @@ -386,7 +386,7 @@ void TabContentsViewViews::OnNativeTabContentsViewMouseMove(bool motion) {
|
| void TabContentsViewViews::OnNativeTabContentsViewDraggingEnded() {
|
| if (close_tab_after_drag_ends_) {
|
| close_tab_timer_.Start(base::TimeDelta::FromMilliseconds(0), this,
|
| - &TabContentsViewViews::CloseTab);
|
| + &TabContentsViewViews::CloseTab, FROM_HERE);
|
| }
|
| tab_contents_->SystemDragEnded();
|
| }
|
|
|