Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: content/browser/speech/input_tag_speech_dispatcher_host.h

Issue 10273006: Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IPC messages for continu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp rules for avoiding excluding TTS extensions Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 &params);
+ 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_;

Powered by Google App Engine
This is Rietveld 408576698