| Index: chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| index da3369414da0e7ad74f25b8d4c5918b4fd90b1f6..b5210d11305ebdc526c5f52074092217d6a97f84 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -135,6 +135,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const {
|
| descriptor.name(),
|
| descriptor.keyboard_layouts(),
|
| descriptor.language_codes(),
|
| + true,
|
| GURL()); // options page url.
|
| }
|
| return descriptor;
|
| @@ -167,7 +168,7 @@ void MockInputMethodManager::set_hardware_keyboard_layout(
|
| delegate_.set_hardware_keyboard_layout(value);
|
| }
|
|
|
| -bool MockInputMethodManager::IsFullLatinKeyboard(
|
| +bool MockInputMethodManager::IsLoginKeyboard(
|
| const std::string& layout) const {
|
| return true;
|
| }
|
|
|