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

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

Issue 1162293005: Settings: Add initial implementation of Appearance page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 5 years, 7 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 1915cf7ce116d648de52e8b0c9a0669acecbb828..d872dded049c83fad5ad86e30ab48b4b7dd3b92b 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -23,6 +23,14 @@
<structure name="IDR_SETTINGS_A11Y_PAGE_CSS"
file="a11y_page/a11y_page.css"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_APPEARANCE_PAGE_HTML"
+ file="appearance_page/appearance_page.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_APPEARANCE_PAGE_JS"
+ file="appearance_page/appearance_page.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CHECKBOX_HTML"
file="checkbox/checkbox.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698