| Index: chromeos/ime/input_method_manager.h
|
| diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
|
| index 7b181246945b3dd978aa5a29cc78066fca8095e2..28490a8990a6dac2577af66187376f33fa0cac7b 100644
|
| --- a/chromeos/ime/input_method_manager.h
|
| +++ b/chromeos/ime/input_method_manager.h
|
| @@ -192,7 +192,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
|
|
|