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

Unified Diff: chrome/common/pref_names.cc

Issue 1523593002: Add an option in language settings for activating the IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 87e843ff907749bcffa874f2fa324b508f892c90..31bed2dc416e59654bcc0e37676a74a7b99b808a 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -504,6 +504,9 @@ const char kLanguageEnabledExtensionImes[] =
const char kLanguageEnabledExtensionImesSyncable[] =
"settings.language.enabled_extension_imes_syncable";
+// A boolean pref set to true if the system IME menu is activated.
stevenjb 2015/12/28 17:36:11 This really isn't a "system" menu since the curren
Azure Wei 2016/01/04 06:30:38 All these 'system' related comments were removed.
+const char kLangugaeActivateImeMenu[] = "settings.language.activate_ime_menu";
+
// A boolean pref to indicate whether we still need to add the globally synced
// input methods. False after the initial post-OOBE sync.
const char kLanguageShouldMergeInputMethods[] =

Powered by Google App Engine
This is Rietveld 408576698