diff options
Diffstat (limited to 'chrome/views/message_box_view.h')
-rw-r--r-- | chrome/views/message_box_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/views/message_box_view.h b/chrome/views/message_box_view.h index a15fa89..6ca5932 100644 --- a/chrome/views/message_box_view.h +++ b/chrome/views/message_box_view.h @@ -66,10 +66,6 @@ class MessageBoxView : public views::View { 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); |