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..9261ac21140e2acf914670768844cde2e83a6176 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(this.$$('paper-button')); |
this.updateChannelInfo_(); |
}, |
}); |