| Index: content/common/media/media_stream_options.cc
|
| diff --git a/content/common/media/media_stream_options.cc b/content/common/media/media_stream_options.cc
|
| index 83add2a42de11266a7732f9d94809f88be23c5cf..dfba2e821e58fd4227e5584eda12e5083ed6cb91 100644
|
| --- a/content/common/media/media_stream_options.cc
|
| +++ b/content/common/media/media_stream_options.cc
|
| @@ -20,6 +20,7 @@ const char kMediaStreamRenderToAssociatedSink[] =
|
| // The prefix of this constant is 'goog' to match with other getUserMedia
|
| // constraints for audio.
|
| const char kMediaStreamAudioDucking[] = "googDucking";
|
| +const char kMediaStreamAudioHotword[] = "googHotword";
|
|
|
| namespace {
|
|
|
|
|