Chromium Code Reviews| Index: chrome/browser/resources/settings/about_page/detailed_build_info.js |
| diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.js b/chrome/browser/resources/settings/about_page/detailed_build_info.js |
| index 33a90b780c461c96e70c95628ead4ad30ba2909e..9873b40bf941472ecc07d889e52a7e832d810db6 100644 |
| --- a/chrome/browser/resources/settings/about_page/detailed_build_info.js |
| +++ b/chrome/browser/resources/settings/about_page/detailed_build_info.js |
| @@ -94,7 +94,7 @@ Polymer({ |
| /** @private */ |
| onChannelSwitcherDialogClosed_: function() { |
| this.showChannelSwitcherDialog_ = false; |
| - this.$$('paper-button').focus(); |
| + settings.focusWithoutInk(this.$$('paper-button')); |
|
dpapad
2017/04/28 17:36:46
Should this be cr.ui.focusWithoutInk (here and els
Dan Beam
2017/04/29 02:56:31
Done. (whoops, guess this file is neither tested n
|
| this.updateChannelInfo_(); |
| }, |
| }); |