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

Unified Diff: ui/events/linux/text_edit_command_auralinux.h

Issue 2030813002: Correct typo in ui::TextEditCommandAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor6_remove_delete_command
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/events/linux/text_edit_command_auralinux.h
diff --git a/ui/events/linux/text_edit_command_auralinux.h b/ui/events/linux/text_edit_command_auralinux.h
index 82d3af2430629ca8d99aca7aa6c5b26b993ee87f..5373ab26362f410f5e5889a576507b22b351eaa1 100644
--- a/ui/events/linux/text_edit_command_auralinux.h
+++ b/ui/events/linux/text_edit_command_auralinux.h
@@ -20,8 +20,8 @@ class EVENTS_EXPORT TextEditCommandAuraLinux {
CUT,
DELETE_BACKWARD,
DELETE_FORWARD,
- DELETE_TO_BEGINING_OF_LINE,
- DELETE_TO_BEGINING_OF_PARAGRAPH,
+ DELETE_TO_BEGINNING_OF_LINE,
+ DELETE_TO_BEGINNING_OF_PARAGRAPH,
DELETE_TO_END_OF_LINE,
DELETE_TO_END_OF_PARAGRAPH,
DELETE_WORD_BACKWARD,
@@ -34,9 +34,9 @@ class EVENTS_EXPORT TextEditCommandAuraLinux {
MOVE_PAGE_DOWN,
MOVE_PAGE_UP,
MOVE_RIGHT,
- MOVE_TO_BEGINING_OF_DOCUMENT,
- MOVE_TO_BEGINING_OF_LINE,
- MOVE_TO_BEGINING_OF_PARAGRAPH,
+ MOVE_TO_BEGINNING_OF_DOCUMENT,
+ MOVE_TO_BEGINNING_OF_LINE,
+ MOVE_TO_BEGINNING_OF_PARAGRAPH,
MOVE_TO_END_OF_DOCUMENT,
MOVE_TO_END_OF_LINE,
MOVE_TO_END_OF_PARAGRAPH,
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc ('k') | ui/events/linux/text_edit_command_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698