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

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

Issue 2141313002: Settings Router Refactor: Implement new Route class w/ test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 38fb84a90f1b848b81fc4c43094da65ef1d36887..507432db15d2edf257d931add08d8a28658f3e78 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -647,6 +647,14 @@
file="privacy_page/privacy_page_browser_proxy.js"
type="chrome_html" />
</if>
+ <structure name="IDR_SETTINGS_SETTINGS_ROUTE_HTML"
+ file="settings_page/route.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SETTINGS_ROUTE_JS"
+ file="settings_page/route.js"
+ type="chrome_html"
+ flattenhtml="true"
michaelpg 2016/07/13 05:53:39 do you need this?
tommycli 2016/07/13 17:45:03 Done.
+ allowexternalscript="true" />
michaelpg 2016/07/13 05:53:39 ditto
tommycli 2016/07/13 17:45:03 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