| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 0b43e31728e9517d0468ea5c2e08ab3f754a3dec..9abd695dd34e4bafd275f39ecdf0e50e5d27b062 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -2876,10 +2876,11 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
|
|
| // Requests the speech input service to start speech recognition on behalf of
|
| // the given |render_view_id|.
|
| - IPC_MESSAGE_CONTROL4(ViewHostMsg_SpeechInput_StartRecognition,
|
| + IPC_MESSAGE_CONTROL5(ViewHostMsg_SpeechInput_StartRecognition,
|
| int /* render_view_id */,
|
| - int /* request id */,
|
| - gfx::Rect /* element rect in render view coordinates */,
|
| + int /* request_id */,
|
| + gfx::Rect /* element_rect */,
|
| + std::string /* language */,
|
| std::string /* grammar */)
|
|
|
| // Requests the speech input service to cancel speech recognition on behalf of
|
|
|