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

Unified Diff: content/common/media/media_stream_messages.h

Issue 2291893002: Let Contraints Controll Mute/Unmute Audio Local Playback For Desktop Sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove Debug Code Created 4 years, 3 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/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 160c820844ee0317b2d44163eb6a659bba81ccd9..2792549e70042c9d63c3fb5f072af599d587de48 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -37,6 +37,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamControls)
IPC_STRUCT_TRAITS_MEMBER(audio)
IPC_STRUCT_TRAITS_MEMBER(video)
IPC_STRUCT_TRAITS_MEMBER(hotword_enabled)
+ IPC_STRUCT_TRAITS_MEMBER(mute_source_audio)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo)

Powered by Google App Engine
This is Rietveld 408576698