| Index: chromeos/ime/input_method_manager.h
|
| diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
|
| index b95f77c513fbe64bef09484eea56a1f643f123c9..32bf01e3d1f6d579c94d6cefce5545364c3e3d3a 100644
|
| --- a/chromeos/ime/input_method_manager.h
|
| +++ b/chromeos/ime/input_method_manager.h
|
| @@ -184,6 +184,9 @@ class CHROMEOS_EXPORT InputMethodManager {
|
| // Destroy the global instance.
|
| static CHROMEOS_EXPORT void Shutdown();
|
|
|
| + // Check whether the experimental IME features flag are enabled.
|
| + static CHROMEOS_EXPORT bool IsExperimentalImeFeaturesEnabled();
|
| +
|
| // Get the current UI session state (e.g. login screen, lock screen, etc.).
|
| virtual UISessionState GetUISessionState() = 0;
|
|
|
|
|