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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: review changes Created 4 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 0371670bf7fd672560903a54bdaf2877f56ab40b..f76f79b42ea7a0e1e05a44efec7b1b95aec436a2 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -231,7 +231,8 @@
type="chrome_html" />
<structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
file="settings_shared_css.html"
- type="chrome_html" />
+ type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
file="settings_ui/settings_ui.html"
type="chrome_html" />
@@ -472,6 +473,12 @@
file="icons.html"
type="chrome_html"
preprocess="true" />
+ <structure name="IDR_SETTINGS_IMAGES_ARROW_RIGHT_SVG"
+ file="images/arrow_right.svg"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_IMAGES_OPEN_IN_NEW_SVG"
+ file="images/open_in_new.svg"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
file="reset_page/powerwash_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698