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

Unified Diff: chromeos/ime/component_extension_ime_manager.cc

Issue 22980018: Disable non Latin keyboard layout on Lock screen and Sign-in screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test case. Created 7 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
« no previous file with comments | « chrome/test/data/extensions/api_test/input_method/background.js ('k') | chromeos/ime/gen_input_methods.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/component_extension_ime_manager.cc
diff --git a/chromeos/ime/component_extension_ime_manager.cc b/chromeos/ime/component_extension_ime_manager.cc
index c65bb5da53310c5c4ab145395b70551498d902f4..73313287e007792acac97ddbfc41b7f92d5947ab 100644
--- a/chromeos/ime/component_extension_ime_manager.cc
+++ b/chromeos/ime/component_extension_ime_manager.cc
@@ -153,6 +153,7 @@ input_method::InputMethodDescriptors
component_extension_imes_[i].engines[j].display_name,
component_extension_imes_[i].engines[j].layouts,
component_extension_imes_[i].engines[j].language_codes,
+ false, // Do not use IME on login screen.
component_extension_imes_[i].options_page_url));
}
}
« no previous file with comments | « chrome/test/data/extensions/api_test/input_method/background.js ('k') | chromeos/ime/gen_input_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698