| Index: content/common/media/media_stream_options.h
|
| diff --git a/content/common/media/media_stream_options.h b/content/common/media/media_stream_options.h
|
| index dc458b5224acb60fd0b1951dc5ec81569e717540..de1082ac7cf12b903eed754d519cd601b763af22 100644
|
| --- a/content/common/media/media_stream_options.h
|
| +++ b/content/common/media/media_stream_options.h
|
| @@ -57,6 +57,7 @@ struct CONTENT_EXPORT StreamControls {
|
| // Hotword functionality (chromeos only)
|
| // See crbug.com/564574 for discussion on possibly #ifdef'ing this out.
|
| bool hotword_enabled; // kMediaStreamAudioHotword = "googHotword";
|
| + bool mute_source_audio;
|
| };
|
|
|
| // StreamDeviceInfo describes information about a device.
|
|
|