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

Unified Diff: chrome/browser/resources/extensions/extension_list.js

Issue 10377004: one more localStrings => loadTimeData in extension_list.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extension_list.js
diff --git a/chrome/browser/resources/extensions/extension_list.js b/chrome/browser/resources/extensions/extension_list.js
index e082228d354ca6d7bfa964ad2d6ca89db33443ed..5612948ee50a4cebbf627ec50fab219f76c766a7 100644
--- a/chrome/browser/resources/extensions/extension_list.js
+++ b/chrome/browser/resources/extensions/extension_list.js
@@ -141,7 +141,7 @@ cr.define('options', function() {
if (extension.homepageUrl) {
var siteLink = node.querySelector('.site-link');
siteLink.href = extension.homepageUrl;
- siteLink.textContent = localStrings.getString(
+ siteLink.textContent = loadTimeData.getString(
extension.homepageProvided ? 'extensionSettingsVisitWebsite' :
'extensionSettingsVisitWebStore');
siteLink.hidden = false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698