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

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

Issue 2338133008: [MD settings] Page title in site details through direct link (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.js » ('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.js
diff --git a/chrome/browser/resources/settings/site_settings/site_details.js b/chrome/browser/resources/settings/site_settings/site_details.js
index 7db5cc1e6c855e1eed00558b34c94ce17a072308..1fb2d4b1d87301c8b70a2bf805fa539aebcd033f 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.js
+++ b/chrome/browser/resources/settings/site_settings/site_details.js
@@ -54,9 +54,7 @@ Polymer({
if (!site)
return;
this.browserProxy.getSiteDetails(site).then(function(siteInfo) {
- this.site = siteInfo;
- // TODO(dschuyler): set originForDisplay for fetchUsageTotal.
- // TODO(dschuyler): set the page title to originForDisplay.
+ this.site = this.expandSiteException(siteInfo);
}.bind(this));
},
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698