| Index: chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.h b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| index ee56c43d8f4898c31c79b5209778c2e12a55cf32..aeeaccd8677c6bdd1248e967f249d38e76380701 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| @@ -105,6 +105,7 @@ class MockInputMethodManager : public InputMethodManager {
|
| void NotifyImeMenuItemsChanged(
|
| const std::string& engine_id,
|
| const std::vector<InputMethodManager::MenuItem>& items) override;
|
| + void MaybeNotifyImeMenuActivationChanged() override;
|
|
|
| // Sets an input method ID which will be returned by GetCurrentInputMethod().
|
| void SetCurrentInputMethodId(const std::string& input_method_id);
|
|
|