Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: chrome/browser/resources/settings/about_page/channel_switcher_dialog.html

Issue 2210063002: MD Settings: add a <controlled-radio-button> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove radio-group tests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]]">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698