Index: chrome/browser/ui/views/tabs/tab_drag_controller.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
index 049cd949da24fcc86ec80fcc859c3710fc5ea27a..2b8bb77b0efb38e8ba29049cb196669f6ffdff98 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
@@ -1814,8 +1814,5 @@ gfx::NativeWindow TabDragController::GetLocalProcessWindow( |
exclude.insert(browser->window()->GetNativeWindow()); |
} |
#endif |
- return GetLocalProcessWindowAtPoint(host_desktop_type_, |
- screen_point, |
- exclude); |
- |
+ return GetLocalProcessWindowAtPoint(screen_point, exclude); |
} |