| Index: chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.h b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| index f304e9018ad3c758079ff4f05194a091680e10c6..a3c07ed8f0f1ca54589fbd4e369ba95b5bf226cc 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| @@ -35,7 +35,8 @@ class MockInputMethodManager : public InputMethodManager {
|
| OVERRIDE;
|
| virtual size_t GetNumActiveInputMethods() const OVERRIDE;
|
| virtual void EnableLayouts(const std::string& language_code,
|
| - const std::string& initial_layout) OVERRIDE;
|
| + const std::string& initial_layout,
|
| + const bool login_layouts_only) OVERRIDE;
|
| virtual bool EnableInputMethods(
|
| const std::vector<std::string>& new_active_input_method_ids) OVERRIDE;
|
| virtual bool EnableInputMethod(
|
|
|