| Index: chrome/browser/chromeos/input_method/input_method_engine.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| index a1d8d3d4e0abf31992aa26c504c385ccf57c3d1b..200e6816835f9b724cd01ebd4e7e64aa717214ba 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| @@ -96,13 +96,15 @@ void InputMethodEngine::Initialize(
|
| }
|
|
|
| input_view_url_ = input_view;
|
| - descriptor_ = input_method::InputMethodDescriptor(imm_id_,
|
| - engine_name,
|
| - layouts,
|
| - languages,
|
| - false, // is_login_keyboard
|
| - options_page,
|
| - input_view);
|
| + descriptor_ = input_method::InputMethodDescriptor(
|
| + imm_id_,
|
| + engine_name,
|
| + std::string(), // TODO(uekawa): Set short name.
|
| + layouts,
|
| + languages,
|
| + false, // is_login_keyboard
|
| + options_page,
|
| + input_view);
|
|
|
| // TODO(komatsu): It is probably better to call AddInputMethodExtension
|
| // out of Initialize.
|
|
|