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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_manager.cc

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: chrome/browser/chromeos/input_method/mock_input_method_manager.cc
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
index fa3e1709ef2c82628f309fab9a3d40fd609a8a8b..0a9b29574e014c995040b194aa789035b4923b9d 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -119,8 +119,7 @@ void MockInputMethodManager::SetInputMethodLoginDefaultFromVPD(
const std::string& locale, const std::string& layout) {
}
-bool MockInputMethodManager::SwitchToNextInputMethod() {
- return true;
+void MockInputMethodManager::SwitchToNextInputMethod() {
}
bool MockInputMethodManager::SwitchToPreviousInputMethod(

Powered by Google App Engine
This is Rietveld 408576698