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

Unified Diff: chrome/browser/resources/print_preview/search/recent_destination_list.js

Issue 590643002: Move Print Preview onto newer i18nTemplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update new invitations code Created 6 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
Index: chrome/browser/resources/print_preview/search/recent_destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/recent_destination_list.js b/chrome/browser/resources/print_preview/search/recent_destination_list.js
index 74d8a990becfbac0b3d32f6a30c36a183a5b5864..a5952c07e9704306d1590b9d6a1d7fe9cee70271 100644
--- a/chrome/browser/resources/print_preview/search/recent_destination_list.js
+++ b/chrome/browser/resources/print_preview/search/recent_destination_list.js
@@ -17,7 +17,7 @@ cr.define('print_preview', function() {
print_preview.DestinationList.call(
this,
eventTarget,
- localStrings.getString('recentDestinationsTitle'));
+ loadTimeData.getString('recentDestinationsTitle'));
};
RecentDestinationList.prototype = {

Powered by Google App Engine
This is Rietveld 408576698