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

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

Issue 1358313004: Settings Rewrite: Make subpage scrolling work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..3b7f25ef3ea21083614e4100e2c4acc384ed87c5 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -31,6 +31,9 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_ADVANCED_PAGE_CSS"
+ file="advanced_page/advanced_page.css"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_CSS"
file="settings_page/settings_animated_pages.css"
type="chrome_html" />
@@ -59,6 +62,9 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_BASIC_PAGE_CSS"
+ file="basic_page/basic_page.css"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
file="on_startup_page/on_startup_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698