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

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

Issue 1897953003: Unmute Tab Audio For Desktop Share (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 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: content/browser/media/capture/web_contents_audio_input_stream.h
diff --git a/content/browser/media/capture/web_contents_audio_input_stream.h b/content/browser/media/capture/web_contents_audio_input_stream.h
index ef994e83ac964b5478432bee9a9e66b0af6ced8a..dd2c0c29d3a958bcdf39cd44e6cc236587f139cc 100644
--- a/content/browser/media/capture/web_contents_audio_input_stream.h
+++ b/content/browser/media/capture/web_contents_audio_input_stream.h
@@ -73,11 +73,12 @@ class CONTENT_EXPORT WebContentsAudioInputStream
// thread, and the VirtualAudioOuputStreams on the audio thread.
class Impl;
- WebContentsAudioInputStream(
- int render_process_id, int main_render_frame_id,
- AudioMirroringManager* mirroring_manager,
- const scoped_refptr<WebContentsTracker>& tracker,
- media::VirtualAudioInputStream* mixer_stream);
+ WebContentsAudioInputStream(int render_process_id,
+ int main_render_frame_id,
+ AudioMirroringManager* mirroring_manager,
+ const scoped_refptr<WebContentsTracker>& tracker,
+ media::VirtualAudioInputStream* mixer_stream,
+ bool is_duplication);
~WebContentsAudioInputStream() override;

Powered by Google App Engine
This is Rietveld 408576698