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

Unified Diff: ui/base/ime/text_edit_commands.h

Issue 2119813002: views::Textfield: Implement yank editing command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: ui/base/ime/text_edit_commands.h
diff --git a/ui/base/ime/text_edit_commands.h b/ui/base/ime/text_edit_commands.h
index 0cbb4574029c70d0a8578eb4579bc5df492595ca..cd4737f84d46df1e1ffbdf9d7934791b9290bdc8 100644
--- a/ui/base/ime/text_edit_commands.h
+++ b/ui/base/ime/text_edit_commands.h
@@ -59,6 +59,7 @@ enum class TextEditCommand {
COPY,
PASTE,
SELECT_ALL,
+ YANK,
INSERT_TEXT,
SET_MARK,
UNSELECT,

Powered by Google App Engine
This is Rietveld 408576698