Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: components/arc/ime/arc_ime_service.cc

Issue 2027133002: Modify ui::TextInputClient to use ui::TextEditCommand enum in place of resource ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor4_up_down_mac
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d6138c4d058d403b5adab36a646432b667830113 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) const {
+bool ArcImeService::IsEditCommandEnabled(ui::TextEditCommand command) const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698