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

Unified Diff: chrome/browser/resources/options2/autofill_edit_creditcard_overlay.js

Issue 10391044: retry 136193 - convert localStrings to loadTimeData for options page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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/options2/autofill_edit_creditcard_overlay.js
diff --git a/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.js b/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.js
index 51f43b1dea62c4b49b52b7eb3dac7a37d52d9b54..c9a0b0e39f97ebe14c8a854f806071a5e8eb7604 100644
--- a/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.js
+++ b/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.js
@@ -15,7 +15,7 @@ cr.define('options', function() {
*/
function AutofillEditCreditCardOverlay() {
OptionsPage.call(this, 'autofillEditCreditCard',
- templateData.autofillEditCreditCardTitle,
+ loadTimeData.getString('autofillEditCreditCardTitle'),
'autofill-edit-credit-card-overlay');
}

Powered by Google App Engine
This is Rietveld 408576698