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

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

Issue 2119813002: views::Textfield: Implement yank editing command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review. Created 4 years, 5 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 cf6c7b72c1cf47cdd1b292ce7a0e86b131e66c17..3ccaf628718d90e0a495504cde293ccf736f1cb4 100644
--- a/ui/base/ime/linux/text_edit_command_auralinux.cc
+++ b/ui/base/ime/linux/text_edit_command_auralinux.cc
@@ -115,6 +115,8 @@ std::string TextEditCommandAuraLinux::GetCommandString() const {
return "SelectAll";
case TextEditCommand::TRANSPOSE:
return "Transpose";
+ case TextEditCommand::YANK:
+ return "Yank";
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