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

Unified Diff: content/public/common/content_features.cc

Issue 2677893002: Adding functionality for activating for the WebRTC EchoCanceller3 functionality in Chrome. (Closed)
Patch Set: Created 3 years, 10 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/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 0ed194494d772bc266116e5e6489112763c2618d..b6388e21feb6783c0acbb84797464cd9ebd964fc 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -260,6 +260,10 @@ const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{
const base::Feature kWebRtcHWH264Encoding{
"WebRtcHWH264Encoding", base::FEATURE_ENABLED_BY_DEFAULT};
+// Enables the WebRTC Echo Canceller version 3 (AEC3).
+const base::Feature kUseEchoCanceller3{"UseEchoCanceller3",
mcasas 2017/02/10 18:13:01 s/UseEchoCanceller3/WebRtcUseEchoCanceller3/
peah 2017/02/15 13:24:24 Thanks! Done.
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Controls whether the WebUSB API is enabled:
// https://wicg.github.io/webusb
const base::Feature kWebUsb{"WebUSB", base::FEATURE_ENABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698