| 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(
|
|
|