| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 0abd39d801fd23dbd86abee282618fe297e0a170..b7114de5329e8a596518350d27466d08e06b5cb4 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -2813,4 +2813,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| // Unregister a blob URL.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_UnregisterBlobUrl, GURL /* url */)
|
|
|
| + // Suggest results -----------------------------------------------------------
|
| +
|
| + IPC_MESSAGE_ROUTED2(ViewHostMsg_SetSuggestResult,
|
| + int32 /* page_id */,
|
| + std::string /* suggest */)
|
| +
|
| IPC_END_MESSAGES(ViewHost)
|
|
|