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

Unified Diff: chromeos/ime/ime_keyboard_x11.cc

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased. Created 6 years, 5 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: chromeos/ime/ime_keyboard_x11.cc
diff --git a/chromeos/ime/ime_keyboard_x11.cc b/chromeos/ime/ime_keyboard_x11.cc
index 6390d2a0d10a84f892f7c49162c551f95b993ee2..f2189db930a50e4ef6804d06b5428dd48d708294 100644
--- a/chromeos/ime/ime_keyboard_x11.cc
+++ b/chromeos/ime/ime_keyboard_x11.cc
@@ -194,6 +194,8 @@ ImeKeyboardX11::ImeKeyboardX11()
}
current_caps_lock_status_ = CapsLockIsEnabled();
+ // Disable Num Lock on X start up for http://crosbug.com/29169.
+ DisableNumLock();
Nico 2014/07/22 17:05:08 This looks like it's either part of a different CL
Shu Chen 2014/07/23 00:56:45 This is moved from line 191 of original chrome_bro
}
void ImeKeyboardX11::AddObserver(Observer* observer) {

Powered by Google App Engine
This is Rietveld 408576698