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 43a3dc82b15bc4becc4fd5944eacebd279490fde..8c0594fcd8607bb6143ac603d39dd5a56d76fe1b 100644 |
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
@@ -134,6 +134,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const { |
if (!current_input_method_id_.empty()) { |
return InputMethodDescriptor(current_input_method_id_, |
descriptor.name(), |
+ descriptor.indicator(), |
descriptor.keyboard_layouts(), |
descriptor.language_codes(), |
true, |