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

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

Issue 2525943002: Display content settings for extensions with extension name. (Closed)
Patch Set: fix missing . Created 4 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/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index d3e83dc04b0bea8e54c5d757c75539a3d863df8f..c2be8e3e462f9750a1440387fa1853d3c3b0bdd5 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -66,7 +66,7 @@
<div class="start layout horizontal center" on-tap="onOriginTap_"
actionable$="[[enableSiteSettings_]]">
<div class="favicon-image"
- style$="[[computeSiteIcon(item.originForDisplay)]]">
+ style$="[[computeSiteIcon(item.origin)]]">
dschuyler 2016/11/28 21:58:42 I'm not clear on why this change was made origin r
dullweber 2016/11/29 09:34:18 In case of extensions, the originForDisplay is now
dschuyler 2016/11/29 22:46:59 I like the variable label of |displayName| used el
</div>
<div class="middle">
<div class="selectable">[[item.originForDisplay]]</div>

Powered by Google App Engine
This is Rietveld 408576698