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

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

Issue 1694333002: Remove HostDesktopType from c/b/ui/views/tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-27
Patch Set: rebase and linux 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
Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
index 637a65125b7b7b40fde2158e767c1f58ff7d8b85..7e47fa59da98596d92c67e0bb0e7af81e64ced68 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
@@ -462,11 +462,6 @@ class TabDragController : public content::NotificationObserver,
// dragged Tab is detached.
TabStrip* attached_tabstrip_;
- // The desktop type that this drag is associated with. Cached, because other
- // UI elements are NULLd at various points during the lifetime of this
- // object.
- chrome::HostDesktopType host_desktop_type_;
-
// Whether capture can be released during the drag. When false, capture should
// not be released when transferring capture between widgets and when starting
// the move loop.
« no previous file with comments | « chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698