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

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

Issue 1295903004: [MD settings] adding mock up of location page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup some temp vars Created 5 years, 4 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 442323a83f66353ca2ba81f8054310612b86a979..d35fb4949c8fe76ee8557566bea7fac94dbe149f 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -154,6 +154,15 @@
<structure name="IDR_SETTINGS_PREF_TRACKER_JS"
file="pref_tracker/pref_tracker.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_LOCATION_PAGE_CSS"
+ file="location_page/location_page.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_LOCATION_PAGE_HTML"
+ file="location_page/location_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_LOCATION_PAGE_JS"
+ file="location_page/location_page.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS"
file="privacy_page/privacy_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698