summaryrefslogtreecommitdiffstats
path: root/chromeos/ime
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 09:41:35 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 09:41:35 +0000
commitba5a2106abeb610dd8e055056cde100e92c1f6c8 (patch)
treedc418996a33d14a7f8c5af3bc891bfc52b7d3424 /chromeos/ime
parentd0b6a70a4f3807cc433f8a1b60ea7b4a13bae880 (diff)
downloadchromium_src-ba5a2106abeb610dd8e055056cde100e92c1f6c8.zip
chromium_src-ba5a2106abeb610dd8e055056cde100e92c1f6c8.tar.gz
chromium_src-ba5a2106abeb610dd8e055056cde100e92c1f6c8.tar.bz2
Remove all ime migration code.
All input method is safely migrated to extension based one. So let's remove migration from old one. BUG=236747 TEST=None Review URL: https://codereview.chromium.org/24953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/ime')
-rw-r--r--chromeos/ime/input_method_manager.h10
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(