Index: content/browser/speech/input_tag_speech_dispatcher_host.cc |
=================================================================== |
--- content/browser/speech/input_tag_speech_dispatcher_host.cc (revision 252600) |
+++ content/browser/speech/input_tag_speech_dispatcher_host.cc (working copy) |
@@ -25,8 +25,7 @@ |
bool is_guest, |
int render_process_id, |
net::URLRequestContextGetter* url_request_context_getter) |
- : BrowserMessageFilter(SpeechRecognitionMsgStart), |
- is_guest_(is_guest), |
+ : is_guest_(is_guest), |
render_process_id_(render_process_id), |
url_request_context_getter_(url_request_context_getter) { |
// Do not add any non-trivial initialization here, instead do it lazily when |