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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

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
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index b7a50fd1e6030ca4ab8cfedd0217ebc265f4b451..fb283a6d692ccca05c19f3cd659a07cd1035305b 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -329,6 +329,12 @@
<structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_HTML"
file="controls/controlled_button.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_RADIO_BUTTON_JS"
+ file="controls/controlled_radio_button.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_RADIO_BUTTON_HTML"
+ file="controls/controlled_radio_button.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
file="controls/settings_checkbox.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698