| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 60fb513c9ac7cc76dd1b12e54ff98044dda803bd..ed8ff43267858de60c5eda5265ed482276a1ed12 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1611,6 +1611,8 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply,
|
| IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply,
|
| int /* nfr_request_id */,
|
| float /* distance */)
|
| +
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_NavigationHandledByEmbedder)
|
| #endif
|
|
|
| // Adding a new message? Stick to the sort order above: first platform
|
|
|