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

Unified Diff: chromeos/ime/input_method_manager.h

Issue 676593004: Adds experimental flag --enable-experimental-ime-features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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;

Powered by Google App Engine
This is Rietveld 408576698