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 e3c1f5d51cccdf51161b447c8a6b149be7683a78..9dc0bb2bc4ee4b67813726a56c0a7779e8eae3eb 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.h |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h |
@@ -618,9 +618,6 @@ class TabDragController : public content::WebContentsDelegate, |
// See description above getter. |
bool is_mutating_; |
- // TODO(sky): used in tracking crash; see 275931. |
- bool saving_focus_; |
- |
DISALLOW_COPY_AND_ASSIGN(TabDragController); |
}; |