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

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

Issue 133273032: Guest Mode: input method should default to the underlying latin keyboard layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload missing CL. Created 6 years, 11 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 4bc60775a3ebfe7b294324c102b7d44a31f218a7..c415d23a9a8c3ebc4ec2ec8326b6b68777c4feca 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -61,7 +61,8 @@ size_t MockInputMethodManager::GetNumActiveInputMethods() const {
}
void MockInputMethodManager::EnableLayouts(const std::string& language_code,
- const std::string& initial_layout) {
+ const std::string& initial_layout,
+ const bool login_layouts_only) {
}
bool MockInputMethodManager::EnableInputMethods(

Powered by Google App Engine
This is Rietveld 408576698