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

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

Issue 2115833003: Site Settings Desktop: Implement the cookies list and details dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 5 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 be6ba8c1d562cdd116653acfeafa7f414c06e46f..9077ff4a50d85349964556bbe59bcd4b5bb82a47 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -338,6 +338,12 @@
<structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
file="controls/settings_radio_group.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_COOKIE_INFO_JS"
+ file="site_settings/cookie_info.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_COOKIE_TREE_NODE_JS"
+ file="site_settings/cookie_tree_node.js"
+ type="chrome_html" />
<if expr="not chromeos">
<structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
file="default_browser_page/default_browser_page.html"
@@ -640,6 +646,18 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_SITE_DATA_HTML"
+ file="site_settings/site_data.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_DATA_JS"
+ file="site_settings/site_data.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_HTML"
+ file="site_settings/site_data_details_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_JS"
+ file="site_settings/site_data_details_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SITE_LIST_HTML"
file="site_settings/site_list.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698