| 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 a7eb3a96dcdb46edb0dba5cfb4b07fd1fcc51225..0b903dfd6f71e217661a483790cd0afffd5f56d7 100644
|
| --- a/ui/base/ime/chromeos/input_method_manager.h
|
| +++ b/ui/base/ime/chromeos/input_method_manager.h
|
| @@ -49,6 +49,7 @@ class UI_BASE_IME_EXPORT InputMethodManager {
|
| // Called when the current input method is changed. |show_message|
|
| // indicates whether the user should be notified of this change.
|
| virtual void InputMethodChanged(InputMethodManager* manager,
|
| + Profile* profile,
|
| bool show_message) = 0;
|
| };
|
|
|
|
|