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

Unified Diff: ui/views/view.h

Issue 13852009: Replace find bar RequestFocus override with OnFocus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a comment about select_all_on_focus_. Created 7 years, 8 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 | « chrome/browser/ui/views/find_bar_view.cc ('k') | no next file » | 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 dcef9b03353d27dfa79f0493e9fc27df764518ae..4a67a469564955ed10243557168feaea8e50ecc1 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -726,7 +726,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
virtual const FocusManager* GetFocusManager() const;
// Request keyboard focus. The receiving view will become the focused view.
- virtual void RequestFocus();
+ void RequestFocus();
// Invoked when a view is about to be requested for focus due to the focus
// traversal. Reverse is this request was generated going backward
« no previous file with comments | « chrome/browser/ui/views/find_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698