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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager.h

Issue 9809016: Disable extension IMEs when the screen is locked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | chrome/browser/chromeos/input_method/input_method_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_manager.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chrome/browser/chromeos/input_method/input_method_manager.h
index 3596e345709264199a81f91222820de810f27164..4acbf645c0d42aaf721f163e932ad62c9af97866 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager.h
@@ -205,6 +205,10 @@ class InputMethodManager {
// engines are removed.
virtual void SetEnableAutoImeShutdown(bool enable) = 0;
+ // Controls whether extension IME are displayed in the language menu, and can
+ // be selected.
+ virtual void SetEnableExtensionIMEs(bool enable) = 0;
+
// Sends a handwriting stroke to libcros. See chromeos::SendHandwritingStroke
// for details.
virtual void SendHandwritingStroke(
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698