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

Unified Diff: chrome/browser/resources/options2/chromeos/keyboard_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/chromeos/keyboard_overlay.js
diff --git a/chrome/browser/resources/options2/chromeos/keyboard_overlay.js b/chrome/browser/resources/options2/chromeos/keyboard_overlay.js
index 2e5fd4ea2beb15af5ff03557e861247a1369d0b9..45b6859ce479a26d0b435dae0987ea3277a1d608 100644
--- a/chrome/browser/resources/options2/chromeos/keyboard_overlay.js
+++ b/chrome/browser/resources/options2/chromeos/keyboard_overlay.js
@@ -10,7 +10,7 @@ cr.define('options', function() {
*/
function KeyboardOverlay() {
options.SettingsDialog.call(this, 'keyboard-overlay',
- templateData.keyboardOverlayTitle,
+ loadTimeData.getString('keyboardOverlayTitle'),
'keyboard-overlay',
$('keyboard-confirm'), $('keyboard-cancel'));
}

Powered by Google App Engine
This is Rietveld 408576698