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

Unified Diff: media/audio/fake_audio_manager.h

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Using callbacks instead. Created 3 years, 11 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/fake_audio_manager.h
diff --git a/media/audio/fake_audio_manager.h b/media/audio/fake_audio_manager.h
index 022c664c106d35aaee34563bf0a5559fea11e0a7..289be2296341da549ecf15afadbc8a53a1122a98 100644
--- a/media/audio/fake_audio_manager.h
+++ b/media/audio/fake_audio_manager.h
@@ -19,7 +19,8 @@ class MEDIA_EXPORT FakeAudioManager : public AudioManagerBase {
FakeAudioManager(
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
scoped_refptr<base::SingleThreadTaskRunner> worker_task_runner,
- AudioLogFactory* audio_log_factory);
+ AudioLogFactory* audio_log_factory,
+ CreateAudioFileWriterCallback create_audio_file_writer_callback);
Henrik Grunell 2017/01/25 11:50:49 I will have to update loads of unit tests in conte
// Implementation of AudioManager.
bool HasAudioOutputDevices() override;

Powered by Google App Engine
This is Rietveld 408576698