| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index aa9172e0856b1dc72bdd65ed39656cdaecba9240..66ca83e65c4fe38af6b9c6be05f47f622f018e32 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1080,6 +1080,10 @@ 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 */,
|
|
|