Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: chromeos/ime/input_method_manager.h

Issue 178343005: [IME] migrate the xkb ID to extension based xkb ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests failures. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chromeos/ime/extension_ime_util.cc ('K') | « chromeos/ime/extension_ime_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_manager.h
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
index 2eea80e89d4e3a12fa9205536a10039245e9d98d..e3447703006190e6af1a81ab7e4b90eda55dc868 100644
--- a/chromeos/ime/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -180,6 +180,12 @@ 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(
+ std::vector<std::string>* input_method_ids) = 0;
};
} // namespace input_method
« chromeos/ime/extension_ime_util.cc ('K') | « chromeos/ime/extension_ime_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698