diff options
Diffstat (limited to 'chromeos/ime/input_method_manager.h')
-rw-r--r-- | chromeos/ime/input_method_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h index ee27664..b141e61 100644 --- a/chromeos/ime/input_method_manager.h +++ b/chromeos/ime/input_method_manager.h @@ -138,8 +138,8 @@ class InputMethodManager { // Returns a list of descriptors for all Input Method Extensions. virtual void GetInputMethodExtensions(InputMethodDescriptors* result) = 0; - // Sets the list of extension IME ids which should not be enabled. - virtual void SetFilteredExtensionImes(std::vector<std::string>* ids) = 0; + // Sets the list of extension IME ids which should be enabled. + virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) = 0; // Gets the descriptor of the input method which is currently selected. virtual InputMethodDescriptor GetCurrentInputMethod() const = 0; |