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

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

Issue 23608003: Default keyboard layout should be set considering owners preference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 da3369414da0e7ad74f25b8d4c5918b4fd90b1f6..f4aab5f3584d150d533bfa89a83c7ec586f0fb55 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -113,6 +113,9 @@ void MockInputMethodManager::SetEnabledExtensionImes(
std::vector<std::string>* ids) {
}
+void MockInputMethodManager::SetInputMethodDefault() {
+}
+
bool MockInputMethodManager::SwitchToNextInputMethod() {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698