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

Unified Diff: chromeos/ime/input_method_whitelist.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: 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
Index: chromeos/ime/input_method_whitelist.cc
diff --git a/chromeos/ime/input_method_whitelist.cc b/chromeos/ime/input_method_whitelist.cc
index d798e09f7b60fda6d194d183baa9cc62f00f7d94..495eb1cab764c3878af4e86c4831b8e6ffac5081 100644
--- a/chromeos/ime/input_method_whitelist.cc
+++ b/chromeos/ime/input_method_whitelist.cc
@@ -46,6 +46,7 @@ InputMethodWhitelist::GetSupportedInputMethods() const {
"",
layouts,
languages,
+ kInputMethods[i].is_login_keyboard,
GURL())); // options page url, not available for non-extension input
// method.
}

Powered by Google App Engine
This is Rietveld 408576698