| Index: content/browser/speech/speech_input_manager.h
|
| diff --git a/content/browser/speech/speech_input_manager.h b/content/browser/speech/speech_input_manager.h
|
| index a342dc3deffb1d133cafee6d2291988a93c9a1c3..baceb392b2c036e9ed54f99e4dd0c7f2383e0feb 100644
|
| --- a/content/browser/speech/speech_input_manager.h
|
| +++ b/content/browser/speech/speech_input_manager.h
|
| @@ -147,8 +147,13 @@ class CONTENT_EXPORT SpeechInputManager : public SpeechRecognizerDelegate {
|
| bool is_active; // Set to true when recording or recognition is going on.
|
| };
|
|
|
| + struct SpeechInputParams;
|
| +
|
| Delegate* GetDelegate(int caller_id) const;
|
|
|
| + void CheckForExtensionPopup(const SpeechInputParams& params);
|
| + void ProceedStartingRecognition(const SpeechInputParams& params);
|
| +
|
| typedef std::map<int, SpeechInputRequest> SpeechRecognizerMap;
|
| SpeechRecognizerMap requests_;
|
| std::string request_info_;
|
|
|