Index: chromeos/ime/input_method_manager.h |
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h |
index c7b64778df7c125e60b23f8215660b9bbb73a24b..e237ee9350956072b2b330b786b208d56ff54980 100644 |
--- a/chromeos/ime/input_method_manager.h |
+++ b/chromeos/ime/input_method_manager.h |
@@ -74,6 +74,9 @@ class CHROMEOS_EXPORT InputMethodManager { |
// Destroy the global instance. |
static CHROMEOS_EXPORT void Shutdown(); |
+ // Initialize component extensions. |
+ virtual void InitializeComponentExtension() = 0; |
+ |
// Adds an observer to receive notifications of input method related |
// changes as desribed in the Observer class above. |
virtual void AddObserver(Observer* observer) = 0; |