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

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

Issue 2153113003: Settings Router Refactor: Migrate canonical route list to new-style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make setting-router use new list. Delete old list. Created 4 years, 5 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 12f375f4849a4281e72515c4df7fbd8b5343b071..ac485b638922cc594bc082814424689d916a76af 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -681,7 +681,8 @@
type="chrome_html" />
<structure name="IDR_SETTINGS_ROUTE_JS"
file="route.js"
- type="chrome_html" />
+ type="chrome_html"
+ flattenhtml="true" />
Dan Beam 2016/07/15 23:28:27 can you use preprocess="true" instead here?
tommycli 2016/07/15 23:47:51 Done.
<structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML"
file="settings_page/settings_router.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698