| Index: chromeos/ime/input_method_manager.h
|
| diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
|
| index a31dcb6469dd7275599b7356d3976dba51d18c5d..fefa0e1897214475f6c1e4adff01614edf3eff8e 100644
|
| --- a/chromeos/ime/input_method_manager.h
|
| +++ b/chromeos/ime/input_method_manager.h
|
| @@ -76,9 +76,6 @@ class CHROMEOS_EXPORT InputMethodManager {
|
| // Destroy the global instance.
|
| static CHROMEOS_EXPORT void Shutdown();
|
|
|
| - // Initialize component extensions.
|
| - virtual void InitializeComponentExtension() = 0;
|
| -
|
| // Get the current UI session state (e.g. login screen, lock screen, etc.).
|
| virtual State GetState() = 0;
|
|
|
|
|