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

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

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a broken test Created 5 years, 6 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 f9003fd242846d391f37be3a4d78316a4219f805..ea135caf466f96424135d7e46c47975845f39604 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -126,6 +126,17 @@
<structure name="IDR_SETTINGS_PREF_TRACKER_JS"
file="pref_tracker/pref_tracker.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PRIVACY_PAGE_CSS"
+ file="privacy_page/privacy_page.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
+ file="privacy_page/privacy_page.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_PRIVACY_PAGE_JS"
+ file="privacy_page/privacy_page.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_POLYMER_CONFIG_JS"
file="polymer_config.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698