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

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

Issue 1999773002: views::Textfield: Implement transpose editing command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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..17f25cdf8947ec4df06b8c5e1d69d5de20f18909 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,
+ TRANSPOSE,
INSERT_TEXT,
SET_MARK,
UNSELECT,

Powered by Google App Engine
This is Rietveld 408576698