| 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..654ac5ddb9d17b7a7b500fa73c2ccc33730ec560 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();
|
| + cr.ui.focusWithoutInk(assert(this.$$('paper-button')));
|
| this.updateChannelInfo_();
|
| },
|
| });
|
|
|