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

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

Issue 1409373007: [MD settings] adding settings-row class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review nit Created 5 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 70785765c5e7632da4252a66068a683328fe8294..5cb0bf789132ea3d51c594658703fee499fca616 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -117,6 +117,15 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_JS"
file="settings_page/settings_section.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SETTINGS_ROW_CSS"
+ file="settings_page/settings_row.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SETTINGS_ROW_HTML"
+ file="settings_page/settings_row.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SETTINGS_ROW_JS"
+ file="settings_page/settings_row.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_SUBHEADER_CSS"
file="settings_page/settings_subheader.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698