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

Unified Diff: chrome/browser/resources/print_preview/search/fedex_tos.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/fedex_tos.js
diff --git a/chrome/browser/resources/print_preview/search/fedex_tos.js b/chrome/browser/resources/print_preview/search/fedex_tos.js
index 1c0504f7c9b478c606b74a08e5613cdc02669a28..7aa45f2e0be804ac0447244ebb5c056d9bb80bf9 100644
--- a/chrome/browser/resources/print_preview/search/fedex_tos.js
+++ b/chrome/browser/resources/print_preview/search/fedex_tos.js
@@ -41,7 +41,7 @@ cr.define('print_preview', function() {
createDom: function() {
this.setElementInternal(this.cloneTemplateInternal('fedex-tos-template'));
var tosTextEl = this.getElement().querySelector('.tos-text');
- tosTextEl.innerHTML = localStrings.getStringF(
+ tosTextEl.innerHTML = loadTimeData.getStringF(
'fedexTos',
'<a href="http://www.fedex.com/us/office/copyprint/online/' +
'googlecloudprint/termsandconditions">',

Powered by Google App Engine
This is Rietveld 408576698