Chromium Code Reviews| 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 b98a22d6ec89cca83129b7b0715ff385d9835e0f..ceb0322b676f3b1d9d348220639a8d61dccfb4fb 100644 |
| --- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js |
| +++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.js |
| @@ -139,7 +139,7 @@ Polymer({ |
| } |
| if (settings.isTargetChannelMoreStable( |
| - this.currentChannel_, selectedChannel)) { |
| + this.currentChannel_, selectedChannel)) { |
|
dschuyler
2017/06/16 23:09:07
This looks incorrect to my eye. I think it's inden
Dan Beam
2017/06/17 00:11:06
no, this is right
|
| // More stable channel selected. For non managed devices, notify the user |
| // about powerwash. |
| if (loadTimeData.getBoolean('aboutEnterpriseManaged')) { |