Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1914)

Unified Diff: ui/views/view.h

Issue 11775021: Removes debugging code I added to find crash. Crash seems to have (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698