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

Unified Diff: content/browser/renderer_host/media/web_contents_audio_input_stream.h

Issue 17508005: Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. Initially I thought this… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: nits Created 7 years, 6 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: content/browser/renderer_host/media/web_contents_audio_input_stream.h
===================================================================
--- content/browser/renderer_host/media/web_contents_audio_input_stream.h (revision 207505)
+++ content/browser/renderer_host/media/web_contents_audio_input_stream.h (working copy)
@@ -58,7 +58,8 @@
static WebContentsAudioInputStream* Create(
const std::string& device_id,
const media::AudioParameters& params,
- const scoped_refptr<base::MessageLoopProxy>& message_loop);
+ const scoped_refptr<base::MessageLoopProxy>& message_loop,
+ AudioMirroringManager* audio_mirroring_manager);
private:
friend class WebContentsAudioInputStreamTest;

Powered by Google App Engine
This is Rietveld 408576698