diff options
Diffstat (limited to 'chromeos/ime/input_method_manager.h')
-rw-r--r-- | chromeos/ime/input_method_manager.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h index 81d4568..4f6d24b 100644 --- a/chromeos/ime/input_method_manager.h +++ b/chromeos/ime/input_method_manager.h @@ -135,16 +135,6 @@ class CHROMEOS_EXPORT InputMethodManager { virtual bool EnableInputMethod( const std::string& new_active_input_method_id) = 0; - // Remaps old input methods like "mozc" to new input methods. Return true if - // at least one IME is migrated. - // TODO(nona): Remove this function after few milestones are passed. - // (http://crbug.com/236747) - virtual bool MigrateOldInputMethods( - std::vector<std::string>* input_method_ids) = 0; - virtual bool MigrateKoreanKeyboard( - const std::string& keyboard_id, - std::vector<std::string>* input_method_ids) = 0; - // Adds an input method extension. This function does not takes ownership of // |instance|. virtual void AddInputMethodExtension( |