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

Unified Diff: chromeos/ime/input_method_manager.h

Issue 348293002: Do not consume Alt-Shift-Up event for IME switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: chromeos/ime/input_method_manager.h
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h
index c7b64778df7c125e60b23f8215660b9bbb73a24b..b04e032c282bdb28c07cda10fa73688858d7ebe5 100644
--- a/chromeos/ime/input_method_manager.h
+++ b/chromeos/ime/input_method_manager.h
@@ -177,7 +177,7 @@ class CHROMEOS_EXPORT InputMethodManager {
virtual ComponentExtensionIMEManager* GetComponentExtensionIMEManager() = 0;
// Switches the current input method (or keyboard layout) to the next one.
- virtual bool SwitchToNextInputMethod() = 0;
+ virtual void SwitchToNextInputMethod() = 0;
// Switches the current input method (or keyboard layout) to the previous one.
virtual bool SwitchToPreviousInputMethod(

Powered by Google App Engine
This is Rietveld 408576698