| 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 63b04d4cc808016456e15da12590dbe43b7a90da..637a65125b7b7b40fde2158e767c1f58ff7d8b85 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -462,10 +462,6 @@ class TabDragController : public content::NotificationObserver,
|
| // dragged Tab is detached.
|
| TabStrip* attached_tabstrip_;
|
|
|
| - // The screen that this drag is associated with. Cached, because other UI
|
| - // elements are NULLd at various points during the lifetime of this object.
|
| - gfx::Screen* screen_;
|
| -
|
| // 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.
|
|
|