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

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

Issue 2437183002: [MD settings] content site list toggles (Closed)
Patch Set: review changes Created 4 years, 2 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 55f7dcb202d4b5f3fb66e81b08d1898c5a426fed..d5b0a3d1270ea43a3e317e78c5c51f96dcc15ab3 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -336,6 +336,12 @@
<structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS"
file="clear_browsing_data_dialog/history_deletion_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_BOOLEAN_CONTROL_BEHAVIOR_HTML"
+ file="controls/settings_boolean_control_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_BOOLEAN_CONTROL_BEHAVIOR_JS"
+ file="controls/settings_boolean_control_behavior.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_JS"
file="controls/controlled_button.js"
type="chrome_html" />
@@ -378,6 +384,12 @@
<structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
file="controls/settings_radio_group.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_HTML"
+ file="controls/settings_toggle_button.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_TOGGLE_BUTTON_JS"
+ file="controls/settings_toggle_button.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_COOKIE_INFO_JS"
file="site_settings/cookie_info.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698