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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.html

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/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index ee7a43f1f9ae505bccd75ddeea625656e6cf7a25..38ff9dbc8b49231b21e5dbded866c3e29dbdf90c 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -43,7 +43,8 @@
</style>
<div class="settings-box block">
<div class="horizontal layout origin-box">
- <div class="website-icon" style$="[[computeSiteIcon(site)]]"></div>
+ <div class="website-icon"
+ style$="[[computeSiteIcon(site.originForDisplay)]]"></div>
<div class="origin flex">[[site.originForDisplay]]</div>
</div>
<h2 id="usage" hidden$="[[!storedData_]]">$i18n{siteSettingsUsage}</h2>

Powered by Google App Engine
This is Rietveld 408576698