| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 2943ccbbd932faaf09189b99ecdf8ea3cd35c094..c93b41dfb8de778274cb315a4dd9b3d6afa7c35d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -249,8 +249,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
|
| base::string16 /* identity */,
|
| bool /* identity_match */)
|
|
|
| -IPC_MESSAGE_ROUTED0(ChromeViewMsg_SearchBoxToggleVoiceSearch)
|
| -
|
| // Sent on process startup to indicate whether this process is running in
|
| // incognito mode.
|
| IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess,
|
| @@ -539,11 +537,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion,
|
| int /* page_seq_no */,
|
| GURL /* url */)
|
|
|
| -// Tells InstantExtended whether the page supports voice search.
|
| -IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SetVoiceSearchSupported,
|
| - int /* page_seq_no */,
|
| - bool /* supported */)
|
| -
|
| // Tells the renderer a list of URLs which should be bounced back to the browser
|
| // process so that they can be assigned to an Instant renderer.
|
| IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs,
|
|
|