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

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

Issue 1698093007: Convert SiteSettingsCategory to use the HostContentSettingsMap instead of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'ed Created 4 years, 10 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 11a655d2f68b110e23ffbfc20837411e7e779a6b..562de76889a0829891f5febe100a9011e8150aff 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -459,6 +459,12 @@
<structure name="IDR_SETTINGS_SITE_SETTINGS_PAGE_JS"
file="site_settings_page/site_settings_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_PREFS_PROXY_HTML"
+ file="site_settings/site_settings_prefs_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_PREFS_PROXY_JS"
+ file="site_settings/site_settings_prefs_proxy.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SITE_DETAILS_CSS"
file="site_settings/site_details.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698