summaryrefslogtreecommitdiffstats
path: root/chromeos/ime
diff options
context:
space:
mode:
authorshuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 19:17:12 +0000
committershuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 19:17:12 +0000
commitb071452eacb09b8d6de2d66f94c10d736b2097a7 (patch)
treeebedb7868f672998078955950450a787cff7d462 /chromeos/ime
parent2d6893a2a7b3685a7e2a8bcfcfec0f2d18b08669 (diff)
downloadchromium_src-b071452eacb09b8d6de2d66f94c10d736b2097a7.zip
chromium_src-b071452eacb09b8d6de2d66f94c10d736b2097a7.tar.gz
chromium_src-b071452eacb09b8d6de2d66f94c10d736b2097a7.tar.bz2
Migrates Japanese IME IDs and stop migrating Chinese IME IDs.
BUG=379432 TEST=None Review URL: https://codereview.chromium.org/312453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/ime')
-rw-r--r--chromeos/ime/input_method_manager.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
index 586606d..09ae5c5 100644
--- a/chromeos/ime/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -185,10 +185,8 @@ class CHROMEOS_EXPORT InputMethodManager {
// If keyboard layout can be uset at login screen
virtual bool IsLoginKeyboard(const std::string& layout) const = 0;
- // Migrates the xkb id to extension-xkb id.
- // TODO(shuchen): Remove this function after few milestones are passed.
- // See: http://crbug.com/345604
- virtual bool MigrateXkbInputMethods(
+ // Migrates the input method id to extension-based input method id.
+ virtual bool MigrateInputMethods(
std::vector<std::string>* input_method_ids) = 0;
};