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) { |