Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index e83a77bac4e471b08e4879ae92d2fa025a397621..d4b064b7bc71b04c716ff2c923833444e4e5a246 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -151,6 +151,12 @@ IPC_MESSAGE_ROUTED2(InputMsg_ExtendSelectionAndDelete, |
int /* before */, |
int /* after */) |
+// Deletes text before and after the current cursor position, excluding the |
+// selection. |
+IPC_MESSAGE_ROUTED2(InputMsg_DeleteSurroundingText, |
+ size_t /* before */, |
+ size_t /* after */) |
+ |
// This message sends a string being composed with an input method. |
IPC_MESSAGE_ROUTED5( |
InputMsg_ImeSetComposition, |