| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
|
| index fb293df4a78120f363899d70ad544d8763d7b666..bc96b315433bc64745a2d4d71c1ddd044fd23e8b 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc
|
| @@ -62,7 +62,7 @@ class RevokeButton : public views::ImageButton, public views::ButtonListener {
|
|
|
| // Make the button focusable & give it alt-text so permissions can be
|
| // revoked using only the keyboard.
|
| - SetFocusBehavior(FocusBehavior::ALWAYS);
|
| + Button::ConfigureDefaultFocus(this);
|
| SetTooltipText(l10n_util::GetStringFUTF16(
|
| IDS_APPLICATION_INFO_REVOKE_PERMISSION_ALT_TEXT, permission_message));
|
| }
|
|
|