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

Unified Diff: chromeos/ime/input_method_manager.h

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_manager.h
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
index 5a94455882babc296193f8e1897e66b89546d3eb..1f55645b8c763788a44ed62bc414d87d11d0c709 100644
--- a/chromeos/ime/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -198,7 +198,7 @@ class CHROMEOS_EXPORT InputMethodManager {
virtual bool SwitchInputMethod(const ui::Accelerator& accelerator) = 0;
// If keyboard layout can be uset at login screen
- virtual bool IsFullLatinKeyboard(const std::string& layout) const = 0;
+ virtual bool IsLoginKeyboard(const std::string& layout) const = 0;
};
} // namespace input_method

Powered by Google App Engine
This is Rietveld 408576698