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

Unified Diff: media/audio/test_audio_input_controller_factory.cc

Issue 2531333005: Unit tests of AudioInputRendererHost. Some cleanups. (Closed)
Patch Set: Small comments describing tests. Created 4 years 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
« no previous file with comments | « media/audio/test_audio_input_controller_factory.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/test_audio_input_controller_factory.cc
diff --git a/media/audio/test_audio_input_controller_factory.cc b/media/audio/test_audio_input_controller_factory.cc
index 9685f4b72422581322b52f844e8a04a6f49de27f..024e7adee732a2cd16c3be7420a4f42a5cfba86f 100644
--- a/media/audio/test_audio_input_controller_factory.cc
+++ b/media/audio/test_audio_input_controller_factory.cc
@@ -52,6 +52,8 @@ TestAudioInputControllerFactory::~TestAudioInputControllerFactory() {
}
AudioInputController* TestAudioInputControllerFactory::Create(
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner,
+ AudioInputController::SyncWriter* sync_writer,
AudioManager* audio_manager,
AudioInputController::EventHandler* event_handler,
AudioParameters params,
« no previous file with comments | « media/audio/test_audio_input_controller_factory.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698