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

Unified Diff: media/audio/audio_manager.h

Issue 2885173002: Make AudioDebugFileWriter create its own file worker thread. (Closed)
Patch Set: Make AudioDebugFileWriter create its own file thread. 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
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index 977b3c1e426fce0a6e69534c8e1e3d5d90ffedca..d84a2e5f181c37dc44f1a32fb743160ae96ab050 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -201,8 +201,7 @@ class MEDIA_EXPORT AudioManager {
// Initializes output debug recording. Can be called on any thread; will post
// to the audio thread if not called on it.
- virtual void InitializeOutputDebugRecording(
- scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) = 0;
+ virtual void InitializeOutputDebugRecording() = 0;
// Returns true if the OS reports existence of audio devices. This does not
// guarantee that the existing devices support all formats and sample rates.

Powered by Google App Engine
This is Rietveld 408576698