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