| Index: components/arc/ime/arc_ime_service.cc
|
| diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
|
| index 9949bf6ad0f11bf252943c50f2c536c1a6efdd8c..056de424f39a3640057d1d3a9cbcd85cc9ead889 100644
|
| --- a/components/arc/ime/arc_ime_service.cc
|
| +++ b/components/arc/ime/arc_ime_service.cc
|
| @@ -289,7 +289,8 @@ bool ArcImeService::ChangeTextDirectionAndLayoutAlignment(
|
| return false;
|
| }
|
|
|
| -bool ArcImeService::IsEditCommandEnabled(int command_id) const {
|
| +bool ArcImeService::IsTextEditCommandEnabled(
|
| + ui::TextEditCommand command) const {
|
| return false;
|
| }
|
|
|
|
|