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

Unified Diff: chrome/browser/chromeos/status/input_method_menu.cc

Issue 6243009: Deprecate Get/SetKeyboardLayoutPerWindow APIs (Chrome part). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/cros/mock_keyboard_library.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/chromeos/cros/mock_keyboard_library.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698