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

Unified Diff: chrome/common/pref_names.cc

Issue 1552743003: Add chrome.inputMethodPrivate.onImeMenuActivationChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/extensions/api_test/input_method/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a5d0297108fd4d6d71de4bb5d40603b9c36e57f5..c3d5002a4414a2d1bd9c3b0206f2e5919e32961b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -508,7 +508,7 @@ const char kLanguageEnabledExtensionImesSyncable[] =
"settings.language.enabled_extension_imes_syncable";
// A boolean pref set to true if the IME menu is activated.
-const char kLangugaeImeMenuActivated[] = "settings.language.ime_menu_activated";
+const char kLanguageImeMenuActivated[] = "settings.language.ime_menu_activated";
// A boolean pref to indicate whether we still need to add the globally synced
// input methods. False after the initial post-OOBE sync.
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/extensions/api_test/input_method/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698