Index: content/browser/speech/speech_input_manager.h |
=================================================================== |
--- content/browser/speech/speech_input_manager.h (revision 113173) |
+++ content/browser/speech/speech_input_manager.h (working copy) |
@@ -50,7 +50,7 @@ |
// Invokes the platform provided microphone settings UI in a non-blocking way, |
// via the BrowserThread::FILE thread. |
- static void ShowAudioInputSettings(); |
+ static void ShowAudioInputSettings(AudioManager* audio_manager); |
virtual ~SpeechInputManager(); |
@@ -71,7 +71,8 @@ |
const std::string& grammar, |
const std::string& origin_url, |
net::URLRequestContextGetter* context_getter, |
- SpeechInputPreferences* speech_input_prefs); |
+ SpeechInputPreferences* speech_input_prefs, |
+ AudioManager* audio_manager); |
virtual void CancelRecognition(int caller_id); |
virtual void CancelAllRequestsWithDelegate(Delegate* delegate); |
virtual void StopRecording(int caller_id); |