| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 272b7f35a42521ba3a057bfcb8b07e179ca63034..48280a61597b263920111cb99ae68b2bd700542b 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1072,10 +1072,6 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SetPhishingModel,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem,
|
| int /* selected index, -1 means no selection */)
|
|
|
| -// Indicate whether speech input API is enabled or not.
|
| -IPC_MESSAGE_CONTROL1(ViewMsg_SpeechInput_SetFeatureEnabled,
|
| - bool /* enabled */)
|
| -
|
| // The response to ViewHostMsg_PepperConnectTcp(Address).
|
| IPC_MESSAGE_ROUTED4(ViewMsg_PepperConnectTcpACK,
|
| int /* request_id */,
|
|
|