| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index ca1ed2d0caf879f42585f15a7b898d60753210cc..c5868fce49b1f074c6628c62bfcd51a2d27053c7 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1440,10 +1440,11 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_ContextMenu, content::ContextMenuParams)
|
| // Notification that the text selection has changed.
|
| // Note: The second parameter is the character based offset of the
|
| // base::string16 text in the document.
|
| -IPC_MESSAGE_ROUTED3(FrameHostMsg_SelectionChanged,
|
| +IPC_MESSAGE_ROUTED4(FrameHostMsg_SelectionChanged,
|
| base::string16 /* text covers the selection range */,
|
| uint32_t /* the offset of the text in the document */,
|
| - gfx::Range /* selection range in the document */)
|
| + gfx::Range /* selection range in the document */,
|
| + bool /* selection is triggered by user input */)
|
|
|
| // Response for FrameMsg_JavaScriptExecuteRequest, sent when a reply was
|
| // requested. The ID is the parameter supplied to
|
|
|