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

Unified Diff: content/browser/renderer_host/media/audio_input_renderer_host.cc

Issue 8818012: Remove the AudioManager singleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Address comments from Avi Created 9 years 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: content/browser/renderer_host/media/audio_input_renderer_host.cc
===================================================================
--- content/browser/renderer_host/media/audio_input_renderer_host.cc (revision 113173)
+++ content/browser/renderer_host/media/audio_input_renderer_host.cc (working copy)
@@ -246,6 +246,7 @@
// entry and construct an AudioInputController.
entry->writer.reset(writer.release());
entry->controller = media::AudioInputController::CreateLowLatency(
+ resource_context_->audio_manager(),
henrika (OOO until Aug 14) 2011/12/07 10:26:43 Do we need the full resource context here or can w
tommi (sloooow) - chröme 2011/12/07 12:26:44 Only the manager is being injected... am I misunde
henrika (OOO until Aug 14) 2011/12/07 12:48:01 Sorry, I had this question in my head from another
this,
audio_params,
device_id,

Powered by Google App Engine
This is Rietveld 408576698