| Index: chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api.cc b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| index 54ca0d40e2b0920f61c30f56c0a166a1799a99be..bd8048e327b5b80718b8ccdebc3666740f92be42 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| @@ -34,7 +34,6 @@ namespace SetComposition = extensions::api::input_ime::SetComposition;
|
| namespace {
|
|
|
| const char kErrorEngineNotAvailable[] = "Engine is not available";
|
| -const char kErrorBadCandidateList[] = "Invalid candidate list provided";
|
| const char kErrorSetMenuItemsFail[] = "Could not create menu Items";
|
| const char kErrorUpdateMenuItemsFail[] = "Could not update menu Items";
|
|
|
|
|