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