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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.js

Issue 442583002: Change document.title used for keyboard overlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/options/chromeos/keyboard_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.js b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
index 6bbe81cd3a415bfd9501e1a847b1c9a8476f262a..0e2d56d0d7cd809697bb322f3d260665a0d08c02 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.js
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
@@ -30,7 +30,7 @@ cr.define('options', function() {
*/
function KeyboardOverlay() {
options.SettingsDialog.call(this, 'keyboard-overlay',
- loadTimeData.getString('keyboardOverlayTitle'),
+ loadTimeData.getString('keyboardOverlayTabTitle'),
stevenjb 2014/08/05 21:23:57 So, RegisterTitle generates the 'keyboardOverlayTa
michaelpg 2014/08/05 21:41:05 Yep, I noticed other overlays tend to use it for t
'keyboard-overlay',
$('keyboard-confirm'), $('keyboard-cancel'));
}

Powered by Google App Engine
This is Rietveld 408576698