| 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
|
|
|