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

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

Issue 2525943002: Display content settings for extensions with extension name. (Closed)
Patch Set: deduplicate by origin Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 abaff2edbe6e2e4cd25fe438b74fc22b327a8ebd..325c0643b01e1f9a52cea86ff538c390f1611066 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -37,9 +37,9 @@
<div class="settings-box first">
<div class="favicon-image"
- style$="[[computeSiteIcon(site.originForDisplay)]]">
+ style$="[[computeSiteIcon(site.origin)]]">
</div>
- <div class="middle">[[site.originForDisplay]]</div>
+ <div class="middle">[[site.displayName]]</div>
</div>
<template is="dom-if" if="[[storedData_]]">
<div id="usage">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698