| Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
|
| index c485a6c5f02c81f38f5acbd028dda70242562ed2..e4a3fc63128a89c3d8d01988697ea7108fb4af2c 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc
|
| @@ -86,12 +86,10 @@ void InputMethodEngineIBus::Initialize(
|
| const char* engine_name,
|
| const char* extension_id,
|
| const char* engine_id,
|
| - const char* description,
|
| const std::vector<std::string>& languages,
|
| const std::vector<std::string>& layouts,
|
| const GURL& options_page,
|
| - const GURL& input_view,
|
| - std::string* error) {
|
| + const GURL& input_view) {
|
| DCHECK(observer) << "Observer must not be null.";
|
|
|
| observer_ = observer;
|
|
|