| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 7b6ee029023dd0bc082c37cdf71178dacf7901cf..84411e59f73d761cad91ae4ca5a13e8dd803cd88 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -193,6 +193,7 @@ IPC_BEGIN_MESSAGES(View)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Redo)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Cut)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Copy)
|
| + IPC_MESSAGE_ROUTED0(ViewMsg_CopyToFindPboard)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Paste)
|
| IPC_MESSAGE_ROUTED1(ViewMsg_Replace, std::wstring)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ToggleSpellCheck)
|
| @@ -1097,6 +1098,11 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| string16 /* markup */,
|
| GURL /* url */)
|
|
|
| +#if defined(OS_MACOSX)
|
| + IPC_MESSAGE_CONTROL1(ViewHostMsg_ClipboardFindPboardWriteStringAsync,
|
| + string16 /* text */)
|
| +#endif
|
| +
|
| #if defined(OS_WIN)
|
| // Request that the given font be loaded by the browser.
|
| // Please see ResourceMessageFilter::OnLoadFont for details.
|
|
|