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

Unified Diff: chrome/browser/resources/options2/instant_confirm_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/instant_confirm_overlay.js
diff --git a/chrome/browser/resources/options2/instant_confirm_overlay.js b/chrome/browser/resources/options2/instant_confirm_overlay.js
index c87e9223328243cecb0ef865098a49127a605d5c..c1890ec95bed9b3725bc7668a91de3c8391cf0b7 100644
--- a/chrome/browser/resources/options2/instant_confirm_overlay.js
+++ b/chrome/browser/resources/options2/instant_confirm_overlay.js
@@ -13,7 +13,7 @@ cr.define('options', function() {
function InstantConfirmOverlay() {
SettingsDialog.call(this,
'instantConfirm',
- templateData.instantConfirmTitle,
+ loadTimeData.getString('instantConfirmTitle'),
'instantConfirmOverlay',
$('instantConfirmOk'),
$('instantConfirmCancel'));

Powered by Google App Engine
This is Rietveld 408576698