Index: chromeos/ime/input_method_manager.h |
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h |
index 7b181246945b3dd978aa5a29cc78066fca8095e2..3018e791323d14e7843b293dbaeb8080f52de5b1 100644 |
--- a/chromeos/ime/input_method_manager.h |
+++ b/chromeos/ime/input_method_manager.h |
@@ -164,6 +164,9 @@ class CHROMEOS_EXPORT InputMethodManager { |
// Sets the list of extension IME ids which should be enabled. |
virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) = 0; |
+ // Sets current input method to default (first owners, then hardware). |
+ virtual void SetInputMethodDefault() = 0; |
+ |
// Gets the descriptor of the input method which is currently selected. |
virtual InputMethodDescriptor GetCurrentInputMethod() const = 0; |