| Index: chrome/browser/resources/settings/about_page/channel_switcher_dialog.js
|
| diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js
|
| index 3cd8913f358bf727dace9eef1c72194d30f8e524..760b9728914f65719841283289803548a27891ea 100644
|
| --- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js
|
| +++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js
|
| @@ -137,7 +137,7 @@ Polymer({
|
| }
|
|
|
| if (settings.isTargetChannelMoreStable(
|
| - this.currentChannel_, selectedChannel)) {
|
| + this.currentChannel_, selectedChannel)) {
|
| // More stable channel selected. For non managed devices, notify the user
|
| // about powerwash.
|
| if (loadTimeData.getBoolean('aboutEnterpriseManaged')) {
|
|
|