| 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 aeeaccd8677c6bdd1248e967f249d38e76380701..cec44eacc003490bb34a86b476b80a3428aae32c 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| @@ -106,6 +106,7 @@ class MockInputMethodManager : public InputMethodManager {
|
| const std::string& engine_id,
|
| const std::vector<InputMethodManager::MenuItem>& items) override;
|
| void MaybeNotifyImeMenuActivationChanged() override;
|
| + void ShowInputViewWithUrl(const std::string& appended_url) override;
|
|
|
| // Sets an input method ID which will be returned by GetCurrentInputMethod().
|
| void SetCurrentInputMethodId(const std::string& input_method_id);
|
|
|