| Index: content/common/speech_recognition_messages.h
|
| diff --git a/content/common/speech_recognition_messages.h b/content/common/speech_recognition_messages.h
|
| index 593f87704adc8f91a1d66de9aae855325049c8d3..f68a48d2c0e78a1ee3e33ebd19f6303e0e096b9c 100644
|
| --- a/content/common/speech_recognition_messages.h
|
| +++ b/content/common/speech_recognition_messages.h
|
| @@ -79,9 +79,9 @@ IPC_MESSAGE_CONTROL2(InputTagSpeechHostMsg_StopRecording,
|
| // Browser -> Renderer messages.
|
|
|
| // Relays a speech recognition result, either partial or final.
|
| -IPC_MESSAGE_ROUTED2(InputTagSpeechMsg_SetRecognitionResult,
|
| +IPC_MESSAGE_ROUTED2(InputTagSpeechMsg_SetRecognitionResults,
|
| int /* request_id */,
|
| - content::SpeechRecognitionResult /* result */)
|
| + content::SpeechRecognitionResults /* results */)
|
|
|
| // Indicates that speech recognizer has stopped recording and started
|
| // recognition.
|
| @@ -149,7 +149,7 @@ IPC_MESSAGE_CONTROL2(SpeechRecognitionHostMsg_StopCaptureRequest,
|
| // events defined in content/public/browser/speech_recognition_event_listener.h.
|
| IPC_MESSAGE_ROUTED2(SpeechRecognitionMsg_ResultRetrieved,
|
| int /* request_id */,
|
| - content::SpeechRecognitionResult /* result */)
|
| + content::SpeechRecognitionResults /* results */)
|
|
|
| IPC_MESSAGE_ROUTED2(SpeechRecognitionMsg_ErrorOccurred,
|
| int /* request_id */,
|
|
|