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

Unified Diff: chrome/views/message_box_view.h

Issue 8786: Fix default focused button in dialogs (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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/views/dialog_delegate.cc ('k') | chrome/views/message_box_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/message_box_view.h
===================================================================
--- chrome/views/message_box_view.h (revision 4259)
+++ chrome/views/message_box_view.h (working copy)
@@ -66,10 +66,6 @@
views::View* child);
private:
- // Called after ViewHierarchyChanged's call stack unwinds and returns to the
- // message loop to focus the first focusable element in the dialog box.
- void FocusFirstFocusableControl();
-
// Sets up the layout manager and initializes the prompt field. This should
// only be called once, from the constructor.
void Init(int dialog_flags, const std::wstring& default_prompt);
« no previous file with comments | « chrome/views/dialog_delegate.cc ('k') | chrome/views/message_box_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698