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

Unified Diff: media/audio/mock_audio_manager.h

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Code review. Created 3 years, 10 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
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/audio/mock_audio_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mock_audio_manager.h
diff --git a/media/audio/mock_audio_manager.h b/media/audio/mock_audio_manager.h
index ae5bd50df95b0c4f06f516c423219ca0334dc706..dedfdec5a710bd94e31011d7ee4f949ad9527969 100644
--- a/media/audio/mock_audio_manager.h
+++ b/media/audio/mock_audio_manager.h
@@ -69,6 +69,12 @@ class MockAudioManager : public AudioManager {
std::unique_ptr<AudioLog> CreateAudioLog(
AudioLogFactory::AudioComponent component) override;
+ void InitializeOutputDebugRecording(
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) override;
+ void EnableOutputDebugRecording(
+ const base::FilePath& base_file_name) override;
+ void DisableOutputDebugRecording() override;
+
const char* GetName() override;
// Setters to emulate desired in-test behavior.
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/audio/mock_audio_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698