| 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 dfba2e821e58fd4227e5584eda12e5083ed6cb91..795e36cd33ae500757a081cbb8ea4c82097f86bb 100644
|
| --- a/content/common/media/media_stream_options.cc
|
| +++ b/content/common/media/media_stream_options.cc
|
| @@ -19,7 +19,6 @@ const char kMediaStreamRenderToAssociatedSink[] =
|
| "chromeRenderToAssociatedSink";
|
| // The prefix of this constant is 'goog' to match with other getUserMedia
|
| // constraints for audio.
|
| -const char kMediaStreamAudioDucking[] = "googDucking";
|
| const char kMediaStreamAudioHotword[] = "googHotword";
|
|
|
| namespace {
|
|
|