| 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 ab301700ec3036ca490badaaf5987f80ffab750f..e408dafdff62809317f0213d3dfa2147d6ef3a9e 100644
|
| --- a/chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| +++ b/chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| @@ -55,8 +55,12 @@ Polymer({
|
| return version.length > 0;
|
| },
|
|
|
| - /** @private */
|
| - onChangeChannelTap_: function() {
|
| + /**
|
| + * @param {!Event} e
|
| + * @private
|
| + */
|
| + onChangeChannelTap_: function(e) {
|
| + e.preventDefault();
|
| this.showChannelSwitcherDialog_ = true;
|
| // Async to wait for dialog to appear in the DOM.
|
| this.async(function() {
|
|
|