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

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

Issue 1428313002: Add a page for showing the details for a given origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 7838260502f36189c8b49c6d7989cad4e6c661a0..f84ebf81d410e474a77a7a95467c234f0389de07 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -365,6 +365,24 @@
<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_SITE_DETAILS_CSS"
+ file="site_settings/site_details.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_SITE_DETAILS_HTML"
+ file="site_settings/site_details.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_SITE_DETAILS_JS"
+ file="site_settings/site_details.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_SITE_DETAILS_PERMISSION_CSS"
+ file="site_settings/site_details_permission.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_SITE_DETAILS_PERMISSION_HTML"
+ file="site_settings/site_details_permission.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_SETTINGS_SITE_DETAILS_PERMISSION_JS"
+ file="site_settings/site_details_permission.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS"
file="search_engines_page/search_engine_adder.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698