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

Unified Diff: chrome/common/chrome_features.cc

Issue 2323823004: Add action for each button on opt-in IME menu. (Closed)
Patch Set: Created 4 years, 3 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: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index b8a1acd78c4d3393e69913fbb14a5dc61bc4364e..dbbe67991f661bc8a0e87de2f8a6f8d190dc3efa 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -145,7 +145,7 @@ const base::Feature kOptInImeMenu{"OptInImeMenu",
const base::Feature kQuickUnlockPin{"QuickUnlockPin",
base::FEATURE_DISABLED_BY_DEFAULT};
-// Enables or disables PIN quick unlock settings integration.
+// Enables or disables emoji, handwriting and voice input on opt-in IME menu.
const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_input_method_manager.cc ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698