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

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

Issue 1368733002: Introduce cr-settings-input and eliminate cr-input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_532540_elim_cr_toggle_button
Patch Set: Rebase Created 5 years, 3 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 51cecdfe99430156a31b8075cc44e735dad72105..d03bbfef88e7cda0535a9e2223a9b8c729f62be2 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -173,6 +173,15 @@
<structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
file="downloads_page/downloads_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_INPUT_HTML"
+ file="input/input.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_INPUT_JS"
+ file="input/input.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_INPUT_CSS"
+ file="input/input.css"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS"
file="languages_page/languages_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698