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