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

Unified Diff: content/common/input_messages.h

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: RESTRICTION_TYPE_PHONE Created 3 years, 9 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: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 7deff3c8b81dfb9c6ef860eb5651b47f6a3f8df0..62b876eb7915a357923699f7a4498c685dafa43e 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -258,7 +258,7 @@ IPC_MESSAGE_ROUTED1(InputMsg_ReplaceMisspelling,
IPC_MESSAGE_ROUTED0(InputMsg_Delete)
IPC_MESSAGE_ROUTED0(InputMsg_SelectAll)
-IPC_MESSAGE_ROUTED0(InputMsg_Unselect)
+IPC_MESSAGE_ROUTED0(InputMsg_CollapseSelection)
// Requests the renderer to select the region between two points.
// Expects a SelectRange_ACK message when finished.

Powered by Google App Engine
This is Rietveld 408576698