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

Unified Diff: content/browser/speech/speech_recognizer_impl.cc

Issue 2885173002: Make AudioDebugFileWriter create its own file worker thread. (Closed)
Patch Set: Remove useless include Created 3 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/speech_recognizer_impl.cc
diff --git a/content/browser/speech/speech_recognizer_impl.cc b/content/browser/speech/speech_recognizer_impl.cc
index ec05e3154cfdb80630643d8fe926d9efd62999dc..03bc4cbba43a6f696999218770e4927594c61552 100644
--- a/content/browser/speech/speech_recognizer_impl.cc
+++ b/content/browser/speech/speech_recognizer_impl.cc
@@ -637,8 +637,7 @@ SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) {
audio_controller_ = AudioInputController::Create(
GetAudioManager(), this, this, nullptr, input_parameters, device_id_,
- /*agc_is_enabled*/ false,
- BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE));
+ /*agc_is_enabled*/ false);
if (!audio_controller_.get()) {
return Abort(
« no previous file with comments | « content/browser/renderer_host/media/audio_input_renderer_host_unittest.cc ('k') | media/audio/audio_debug_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698