| Index: ui/base/ime/chromeos/input_method_manager.h
|
| diff --git a/ui/base/ime/chromeos/input_method_manager.h b/ui/base/ime/chromeos/input_method_manager.h
|
| index 448fc20cb67ddaef099f27020f6037b58db7e158..bf874f6ba25aa4333b3fe0b38c88ac88fecf9101 100644
|
| --- a/ui/base/ime/chromeos/input_method_manager.h
|
| +++ b/ui/base/ime/chromeos/input_method_manager.h
|
| @@ -303,6 +303,9 @@ class UI_BASE_IME_EXPORT InputMethodManager {
|
| // Notify the IME menu activation changed if the current profile's activation
|
| // is different from previous.
|
| virtual void MaybeNotifyImeMenuActivationChanged() = 0;
|
| +
|
| + // Shows the virtual keyboard and appends the input view url with parameter.
|
| + virtual void ShowInputViewWithUrl(const std::string& appended_url) = 0;
|
| };
|
|
|
| } // namespace input_method
|
|
|