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

Unified Diff: media/audio/audio_manager_base.h

Issue 2885173002: Make AudioDebugFileWriter create its own file worker thread. (Closed)
Patch Set: Remove useless include 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
« no previous file with comments | « media/audio/audio_manager.cc ('k') | media/audio/audio_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager_base.h
diff --git a/media/audio/audio_manager_base.h b/media/audio/audio_manager_base.h
index ebb37792dcd66d1e1bb680e63ce759c8aae54c66..cc1d10aba0bcf1c240679b73a228ea3ae8bb563b 100644
--- a/media/audio/audio_manager_base.h
+++ b/media/audio/audio_manager_base.h
@@ -152,8 +152,7 @@ class MEDIA_EXPORT AudioManagerBase : public AudioManager {
virtual std::unique_ptr<AudioDebugRecordingManager>
CreateAudioDebugRecordingManager(
- scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- scoped_refptr<base::SingleThreadTaskRunner> file_task_runner);
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
private:
FRIEND_TEST_ALL_PREFIXES(AudioManagerTest, AudioDebugRecording);
@@ -164,8 +163,7 @@ class MEDIA_EXPORT AudioManagerBase : public AudioManager {
class CompareByParams;
// AudioManager:
- void InitializeOutputDebugRecording(
- scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) final;
+ void InitializeOutputDebugRecording() final;
// These functions assign group ids to devices based on their device ids.
// The default implementation is an attempt to do this based on
« no previous file with comments | « media/audio/audio_manager.cc ('k') | media/audio/audio_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698