Index: chrome/browser/chromeos/status/input_method_menu.cc |
diff --git a/chrome/browser/chromeos/status/input_method_menu.cc b/chrome/browser/chromeos/status/input_method_menu.cc |
index 6093a2fe198a418dbd6c1f794c2d591e94ac10a3..aa046ba3435cc62c448aaedb5170a2506b151c61 100644 |
--- a/chrome/browser/chromeos/status/input_method_menu.cc |
+++ b/chrome/browser/chromeos/status/input_method_menu.cc |
@@ -136,9 +136,6 @@ InputMethodMenu::InputMethodMenu(PrefService* pref_service, |
DCHECK(input_method_descriptors_.get() && |
!input_method_descriptors_->empty()); |
- // Use the same keyboard layout on all windows. |
- CrosLibrary::Get()->GetKeyboardLibrary()->SetKeyboardLayoutPerWindow(false); |
- |
// Sync current and previous input methods on Chrome prefs with ibus-daemon. |
// InputMethodChanged() will be called soon and the indicator will be updated. |
InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); |