| Index: content/browser/speech/input_tag_speech_dispatcher_host.h
|
| diff --git a/content/browser/speech/input_tag_speech_dispatcher_host.h b/content/browser/speech/input_tag_speech_dispatcher_host.h
|
| index c7c96edb80bdc931d214be71b0a00957ca626d5c..703174ccc2df77b207bbbf88aebd5d6e9da722cf 100644
|
| --- a/content/browser/speech/input_tag_speech_dispatcher_host.h
|
| +++ b/content/browser/speech/input_tag_speech_dispatcher_host.h
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT InputTagSpeechDispatcherHost
|
| virtual ~InputTagSpeechDispatcherHost();
|
|
|
| void OnStartRecognition(
|
| - const InputTagSpeechHostMsg_StartRecognition_Params ¶ms);
|
| + const InputTagSpeechHostMsg_StartRecognition_Params& params);
|
| void OnCancelRecognition(int render_view_id, int request_id);
|
| void OnStopRecording(int render_view_id, int request_id);
|
|
|
| @@ -71,8 +71,6 @@ class CONTENT_EXPORT InputTagSpeechDispatcherHost
|
| content::SpeechRecognitionManager* manager();
|
|
|
| int render_process_id_;
|
| - bool may_have_pending_requests_; // Set if we received any speech IPC request
|
| -
|
| scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
|
| scoped_refptr<content::SpeechRecognitionPreferences> recognition_preferences_;
|
|
|
|
|