| Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| index d4c8f18651130bfbbe9fb5bff8c3ce737cb28330..f8431719ca76c133a24d0bce7b795118dd826911 100644
|
| --- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| @@ -205,7 +205,7 @@ void PasswordGenerationPopupViewViews::PasswordSelectionUpdated() {
|
| return;
|
|
|
| if (controller_->password_selected())
|
| - NotifyAccessibilityEvent(ui::AX_EVENT_FOCUS, true);
|
| + NotifyAccessibilityEvent(ui::AX_EVENT_SELECTION, true);
|
|
|
| password_view_->set_background(
|
| views::Background::CreateSolidBackground(
|
|
|