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

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

Issue 2007503002: Views: Replace resource ids with ui::TextEditCommand enum for text editing commands in Textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added file deleted during rename. Created 4 years, 7 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 027f703941a6cd102d9e860f6816a792a776b2cc..5105e1ed46a0b3d9046b0c9f09b7705e8eb3a8d7 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(ui::TextEditCommand command) const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698