| 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 2ee0915d99ba0b2b862d34cb961e9a6c8b1243fd..46b038ed8ca4f11df728dbc09c1e0f6cb11de4be 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -252,5 +252,8 @@ void MockInputMethodManager::ImeMenuActivationChanged(bool is_active) {}
|
| void MockInputMethodManager::NotifyImeMenuItemsChanged(
|
| const std::string& engine_id,
|
| const std::vector<InputMethodManager::MenuItem>& items) {}
|
| +
|
| +void MockInputMethodManager::MaybeNotifyImeMenuActivationChanged() {}
|
| +
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|