| 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 beb0d28a04cbb3fc708bd9dccd12e641b3da7b92..95142a3f57e71b76c0dda8896a7891d3cfc0633f 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -165,5 +165,11 @@ bool MockInputMethodManager::IsLoginKeyboard(
|
| const std::string& layout) const {
|
| return true;
|
| }
|
| +
|
| +bool MockInputMethodManager::MigrateXkbInputMethods(
|
| + std::vector<std::string>* input_method_ids) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|