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

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

Issue 2031913002: Remove ui::TextEditCommand::DELETE_SELECTION. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor5_text_input_client_api
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
« no previous file with comments | « no previous file | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70249bc9dde66946950a673c6b1537396de431f3..bb523fc7e381cddd63423d01c2b7a05e0fe9fb45 100644
--- a/ui/base/ime/text_edit_commands.h
+++ b/ui/base/ime/text_edit_commands.h
@@ -15,7 +15,6 @@ enum class TextEditCommand {
CUT,
COPY,
PASTE,
- DELETE_SELECTION,
SELECT_ALL,
DELETE_FORWARD,
DELETE_BACKWARD,
« no previous file with comments | « no previous file | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698