Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index 7017e933b435a0956871c6c10d8839e5476ea17d..1d0f5647f5777ed84f47ae2d5b31e7da812a934b 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -1493,11 +1493,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
native_view_accessibility_win_; |
#endif |
- // For debugging a crash (http://crbug.com/166355). If true we're in |
- // OnFocus(). |
- // TODO(sky): nuke this. |
- bool in_on_focus_; |
- |
DISALLOW_COPY_AND_ASSIGN(View); |
}; |