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

Unified Diff: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h

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/browser/ui/webui/options/chromeos/cros_language_options_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h
index e2086e7ca62c6678d711cead3d966f3d0199d820..2ce3b129d3b7298e51a21cdd2fe84bb0d7d0c496 100644
--- a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h
@@ -67,6 +67,12 @@ class CrosLanguageOptionsHandler
// |args| will contain the input method ID as string (ex. "mozc").
void InputMethodOptionsOpenCallback(const base::ListValue* args);
+ // Called when the 'activate-system-ime-menu' checkbox is checked
+ void ActivateSystemImeMenuCallback(const base::ListValue* args);
+
+ // Called when the 'activate-system-ime-menu' checkbox is unchecked
+ void DeactivateSystemImeMenuCallback(const base::ListValue* args);
+
// Adds the name of the extension that provides the IME to each entry in the
// |list| of extension IMEs.
void AddImeProvider(base::ListValue* list);

Powered by Google App Engine
This is Rietveld 408576698