| Index: ui/views/controls/message_box_view.cc
|
| diff --git a/ui/views/controls/message_box_view.cc b/ui/views/controls/message_box_view.cc
|
| index 23151f13b92254372c4df4400276836ba5167242..960b3161b8a09d0e1b4068725635a66df7fb099d 100644
|
| --- a/ui/views/controls/message_box_view.cc
|
| +++ b/ui/views/controls/message_box_view.cc
|
| @@ -125,7 +125,7 @@ void MessageBoxView::ViewHierarchyChanged(bool is_add,
|
| View* child) {
|
| if (child == this && is_add) {
|
| if (prompt_field_)
|
| - prompt_field_->SelectAll();
|
| + prompt_field_->SelectAll(true);
|
|
|
| GetWidget()->NotifyAccessibilityEvent(
|
| this, ui::AccessibilityTypes::EVENT_ALERT, true);
|
|
|