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

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

Issue 2457643002: [MD settings] site data details subpage title (Closed)
Patch Set: merge with master 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_data_details_subpage.js
diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_subpage.js b/chrome/browser/resources/settings/site_settings/site_data_details_subpage.js
index 5118683484ade02d5ead5278ae1d0a7772cc0429..3cce736c59a4bd46430a5a0a238b959b200e4a16 100644
--- a/chrome/browser/resources/settings/site_settings/site_data_details_subpage.js
+++ b/chrome/browser/resources/settings/site_settings/site_data_details_subpage.js
@@ -49,7 +49,8 @@ Polymer({
if (!this.siteTitle_)
return;
this.loadCookies().then(this.onCookiesLoaded_.bind(this));
- this.pageTitle = this.siteTitle_;
+ this.pageTitle = loadTimeData.getStringF('siteSettingsCookieSubpage',
+ this.siteTitle_);
},
/**
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698