Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index fa24c49ff9ac52c0116083e4ac9d722dffa54528..093f2a197aa3224ef82368961bffe487a3633dac 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1333,6 +1333,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText, |
| blink::WebTextDirection /* text direction hint */) |
| IPC_MESSAGE_ROUTED0(ViewHostMsg_SelectRange_ACK) |
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveSelectionExtent_ACK) |
|
jdduke (slow)
2014/10/15 15:46:07
Hmm, these should really be InputHostMsg types, wo
christiank
2014/10/17 14:33:05
Sure!
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveCaret_ACK) |
| // Notification that the text selection has changed. |