| 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 c4f914fc65e7b532cab1680fb382f63b77535125..cb53c37b67c7d5b91056526540f8d50c0e64e0d5 100644
|
| --- a/components/arc/ime/arc_ime_service.cc
|
| +++ b/components/arc/ime/arc_ime_service.cc
|
| @@ -281,7 +281,8 @@ bool ArcImeService::ChangeTextDirectionAndLayoutAlignment(
|
| return false;
|
| }
|
|
|
| -bool ArcImeService::IsEditCommandEnabled(int command_id) const {
|
| +bool ArcImeService::IsTextEditCommandEnabled(
|
| + ui::TextEditCommand command) const {
|
| return false;
|
| }
|
|
|
|
|