| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 9ab8ff94eed9214cb1533bd3dab2dd8a208c35d5..49ae709ef68c8fce661f9397423579aa4c7bdf68 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -447,10 +447,9 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDismissed,
|
|
|
| // Notification that the page has an OpenSearch description document
|
| // associated with it.
|
| -IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD,
|
| +IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_PageHasOSDD,
|
| GURL /* page_url */,
|
| - GURL /* osdd_url */,
|
| - search_provider::OSDDType)
|
| + GURL /* osdd_url */)
|
|
|
| // Find out if the given url's security origin is installed as a search
|
| // provider.
|
|
|