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

Unified Diff: media/audio/audio_manager.cc

Issue 2885173002: Make AudioDebugFileWriter create its own file worker thread. (Closed)
Patch Set: Make AudioDebugFileWriter create its own file thread. 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: media/audio/audio_manager.cc
diff --git a/media/audio/audio_manager.cc b/media/audio/audio_manager.cc
index a30bb9edabb41e5904bf7488c096859783d87c59..d4f40d5221d5fea5c7450205b0c55fa7cdc71b29 100644
--- a/media/audio/audio_manager.cc
+++ b/media/audio/audio_manager.cc
@@ -286,7 +286,7 @@ std::unique_ptr<AudioManager> AudioManager::Create(
std::unique_ptr<AudioManager> manager =
CreateAudioManager(std::move(audio_thread), audio_log_factory);
#if BUILDFLAG(ENABLE_WEBRTC)
- manager->InitializeOutputDebugRecording(std::move(file_task_runner));
+ manager->InitializeOutputDebugRecording();
#endif
return manager;
}

Powered by Google App Engine
This is Rietveld 408576698