| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 5c445c87ac8dfe79bfd42ef61965f84ce9b3629e..94b8503afac2b0172a9600dd584aa5bbcdf76009 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1601,9 +1601,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
|
|
| // Find out if the given url's security origin is installed as a search
|
| // provider.
|
| - IPC_SYNC_MESSAGE_ROUTED1_1(
|
| + IPC_SYNC_MESSAGE_ROUTED2_1(
|
| ViewHostMsg_GetSearchProviderInstallState,
|
| - GURL,
|
| + GURL /* page url */,
|
| + GURL /* inquiry url */,
|
| ViewHostMsg_GetSearchProviderInstallState_Params /* install */)
|
|
|
| // Required for updating text input state.
|
|
|