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

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

Issue 1372053002: Flesh out the location-page class to make it more general. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 2 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 80bf29acff2cc642664a2bcfaa1e3aaf5693457a..ea35047dfdcec2a6527c64ab9bd2bc028c7868ca 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -267,6 +267,15 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_ROUTER_JS"
file="settings_page/settings_router.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_LIST_CSS"
+ file="location_page/site_list.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_LIST_HTML"
+ file="location_page/site_list.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_LIST_JS"
+ file="location_page/site_list.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SITE_SETTINGS_PAGE_CSS"
file="site_settings_page/site_settings_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698