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

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: Rebase 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 78c5e8c4ce804c8225e14da7d998b1cf53f270eb..9d0a8a690e35b43f9e00c4966b8b9cb78681eba8 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