| Index: third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| index dfabaa59a930c312eb68e388b30e4f13b2569d8a..2cae78f0213ebd40e4b99a80a424cc96cc7527e0 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| @@ -355,6 +355,7 @@ WebMediaTrackConstraintSet::WebMediaTrackConstraintSet()
|
| latency("latency"),
|
| channelCount("channelCount"),
|
| deviceId("deviceId"),
|
| + disableLocalEcho("disableLocalEcho"),
|
| groupId("groupId"),
|
| mediaStreamSource("mediaStreamSource"),
|
| renderToAssociatedSink("chromeRenderToAssociatedSink"),
|
| @@ -413,6 +414,7 @@ std::vector<const BaseConstraint*> WebMediaTrackConstraintSet::allConstraints()
|
| &deviceId,
|
| &groupId,
|
| &mediaStreamSource,
|
| + &disableLocalEcho,
|
| &renderToAssociatedSink,
|
| &hotwordEnabled,
|
| &googEchoCancellation,
|
|
|