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

Unified Diff: media/audio/mock_audio_manager.cc

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/mock_audio_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mock_audio_manager.cc
diff --git a/media/audio/mock_audio_manager.cc b/media/audio/mock_audio_manager.cc
index 931cdbb7d91219532b1542c43d6f3f5ad1c87d6e..04b59aaa46d810483a9131d84235d6cf9bb2987f 100644
--- a/media/audio/mock_audio_manager.cc
+++ b/media/audio/mock_audio_manager.cc
@@ -4,6 +4,7 @@
#include "media/audio/mock_audio_manager.h"
+#include "base/callback.h"
#include "base/logging.h"
#include "base/single_thread_task_runner.h"
#include "media/base/audio_parameters.h"
@@ -116,6 +117,14 @@ std::unique_ptr<AudioLog> MockAudioManager::CreateAudioLog(
return nullptr;
}
+void MockAudioManager::InitializeOutputDebugRecording(
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) {}
+
+void MockAudioManager::EnableOutputDebugRecording(
+ const base::FilePath& base_file_name) {}
+
+void MockAudioManager::DisableOutputDebugRecording() {}
+
const char* MockAudioManager::GetName() {
return nullptr;
}
« no previous file with comments | « media/audio/mock_audio_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698