| Index: chrome/browser/views/tabs/dragged_tab_controller.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/dragged_tab_controller.cc (revision 14739)
|
| +++ chrome/browser/views/tabs/dragged_tab_controller.cc (working copy)
|
| @@ -723,7 +723,7 @@
|
| tab->SetVisible(false);
|
|
|
| // Move the corresponding window to the front.
|
| - attached_tabstrip_->GetWidget()->MoveToFront(true);
|
| + attached_tabstrip_->GetWidget()->GetWindow()->Activate();
|
| }
|
|
|
| void DraggedTabController::Detach() {
|
|
|