diff options
Diffstat (limited to 'chrome/browser/views/tabs/dragged_tab_controller.h')
-rw-r--r-- | chrome/browser/views/tabs/dragged_tab_controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_controller.h b/chrome/browser/views/tabs/dragged_tab_controller.h index a860a18..66f4ced 100644 --- a/chrome/browser/views/tabs/dragged_tab_controller.h +++ b/chrome/browser/views/tabs/dragged_tab_controller.h @@ -303,8 +303,6 @@ class DraggedTabController : public TabContentsDelegate, // ends within this same window. views::View* old_focused_view_; - bool in_destructor_; - // The position along the major axis of the mouse cursor in screen coordinates // at the time of the last re-order event. int last_move_screen_loc_; |