| 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 ecfc9c8c069129df546c37ca745ad356f91bf4b6..5cead1095e1d1a7138e6e857d54fb2f8ac324acf 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -118,6 +118,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const {
|
| descriptor.name(),
|
| descriptor.keyboard_layout(),
|
| descriptor.language_code(),
|
| + "", // options page url.
|
| false);
|
| }
|
| return descriptor;
|
|
|