Index: content/browser/speech/speech_recognition_dispatcher_host.cc |
=================================================================== |
--- content/browser/speech/speech_recognition_dispatcher_host.cc (revision 271040) |
+++ content/browser/speech/speech_recognition_dispatcher_host.cc (working copy) |
@@ -45,10 +45,9 @@ |
} |
bool SpeechRecognitionDispatcherHost::OnMessageReceived( |
- const IPC::Message& message, bool* message_was_ok) { |
+ const IPC::Message& message) { |
bool handled = true; |
- IPC_BEGIN_MESSAGE_MAP_EX(SpeechRecognitionDispatcherHost, message, |
- *message_was_ok) |
+ IPC_BEGIN_MESSAGE_MAP(SpeechRecognitionDispatcherHost, message) |
IPC_MESSAGE_HANDLER(SpeechRecognitionHostMsg_StartRequest, |
OnStartRequest) |
IPC_MESSAGE_HANDLER(SpeechRecognitionHostMsg_AbortRequest, |