summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_manager_impl.h
diff options
context:
space:
mode:
authorshuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 06:01:58 +0000
committershuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 06:01:58 +0000
commitfdcd441fbc6c9126271c816404d5faaa72bfe735 (patch)
tree7a253cf1184626462be98a57d56bc480edfaada7 /chrome/browser/chromeos/input_method/input_method_manager_impl.h
parent4bf8cdaec26c3922460c60d8870bc98067662dcc (diff)
downloadchromium_src-fdcd441fbc6c9126271c816404d5faaa72bfe735.zip
chromium_src-fdcd441fbc6c9126271c816404d5faaa72bfe735.tar.gz
chromium_src-fdcd441fbc6c9126271c816404d5faaa72bfe735.tar.bz2
[IME] migrate the xkb ID to extension based xkb ID.
BUG=345604 TEST=None Review URL: https://codereview.chromium.org/178343005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_manager_impl.h')
-rw-r--r--chrome/browser/chromeos/input_method/input_method_manager_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
index 1969083..7d6447e 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
@@ -88,6 +88,9 @@ class InputMethodManagerImpl : public InputMethodManager,
GetComponentExtensionIMEManager() OVERRIDE;
virtual bool IsLoginKeyboard(const std::string& layout) const OVERRIDE;
+ virtual bool MigrateXkbInputMethods(
+ std::vector<std::string>* input_method_ids) OVERRIDE;
+
// Sets |candidate_window_controller_|.
void SetCandidateWindowControllerForTesting(
CandidateWindowController* candidate_window_controller);