| Index: chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| index 3ca6fc299f46813e64a4b3fd0c140aea4a35a9d1..a04b0f5abaf8a236460d108ba841f9411bbd804e 100644
|
| --- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| +++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
|
| @@ -13,6 +13,9 @@
|
| <dialog is="cr-dialog" id="dialog">
|
| <div class="title">$i18n{aboutChangeChannel}</div>
|
| <div class="body">
|
| + <!-- TODO(dbeam): this can be policy-controlled. Show this in the UI.
|
| + https://www.chromium.org/administrators/policy-list-3#ChromeOsReleaseChannel
|
| + -->
|
| <paper-radio-group
|
| on-paper-radio-group-changed="onChannelSelectionChanged_">
|
| <paper-radio-button name="[[browserChannelEnum_.STABLE]]">
|
|
|