Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.cc

Issue 1697243002: Remove HostDesktopType from window_finder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-26
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/window_finder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/window_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698