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. |