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

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: merge 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 f644e4f2f108397564aaa3577fae0f17619ee48c..9f2c3ad57e4dda6e05754901845e5d4f294c1966 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -653,6 +653,12 @@
<structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS"
file="site_settings/protocol_handlers.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_ROUTE_HTML"
+ file="route.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ROUTE_JS"
+ file="route.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_HTML"
file="settings_page/settings_router.html"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698