| 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 d9bff19f42ccf37f0b488e5735a8bb2034307e0b..f304e9018ad3c758079ff4f05194a091680e10c6 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| @@ -44,11 +44,6 @@ class MockInputMethodManager : public InputMethodManager {
|
| virtual void ActivateInputMethodProperty(const std::string& key) OVERRIDE;
|
| virtual void AddInputMethodExtension(
|
| const std::string& id,
|
| - const std::string& name,
|
| - const std::vector<std::string>& layouts,
|
| - const std::vector<std::string>& languages,
|
| - const GURL& options_url,
|
| - const GURL& inputview_url,
|
| InputMethodEngineInterface* instance) OVERRIDE;
|
| virtual void RemoveInputMethodExtension(const std::string& id) OVERRIDE;
|
| virtual void GetInputMethodExtensions(
|
|
|