Index: chromeos/ime/input_method_manager.h |
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h |
index 075804e7600bd936b6a521bf26359aedb15116e8..bfeacf619966876eef51abbd6a4997e64dc2e074 100644 |
--- a/chromeos/ime/input_method_manager.h |
+++ b/chromeos/ime/input_method_manager.h |
@@ -131,6 +131,9 @@ class CHROMEOS_EXPORT InputMethodManager { |
// (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; |
// Updates a configuration of a system input method engine with |value|. |
// Returns true if the configuration is correctly set. |