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

Unified Diff: ui/base/ime/linux/text_edit_command_auralinux.cc

Issue 1999773002: views::Textfield: Implement transpose editing command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. 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
« no previous file with comments | « no previous file | ui/base/ime/text_edit_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/linux/text_edit_command_auralinux.cc
diff --git a/ui/base/ime/linux/text_edit_command_auralinux.cc b/ui/base/ime/linux/text_edit_command_auralinux.cc
index 299c1b25da4614c9dfdd89435982db7b634e2e43..cf6c7b72c1cf47cdd1b292ce7a0e86b131e66c17 100644
--- a/ui/base/ime/linux/text_edit_command_auralinux.cc
+++ b/ui/base/ime/linux/text_edit_command_auralinux.cc
@@ -113,6 +113,8 @@ std::string TextEditCommandAuraLinux::GetCommandString() const {
return "Paste";
case TextEditCommand::SELECT_ALL:
return "SelectAll";
+ case TextEditCommand::TRANSPOSE:
+ return "Transpose";
case TextEditCommand::INSERT_TEXT:
return "InsertText";
case TextEditCommand::SET_MARK:
« no previous file with comments | « no previous file | ui/base/ime/text_edit_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698