Index: webrtc/common.h |
diff --git a/webrtc/common.h b/webrtc/common.h |
index 58aba517e91d2f0bf4f22fb6310e2f886aa885a2..f2a868241d2fb13c8ca6b7b86dc62b991666866b 100644 |
--- a/webrtc/common.h |
+++ b/webrtc/common.h |
@@ -32,7 +32,8 @@ enum class ConfigOptionID { |
kExperimentalNs, |
kBeamforming, |
kIntelligibility, |
- kEchoCanceller3 |
+ kEchoCanceller3, |
+ kAecRefinedAdaptiveFilter |
}; |
// Class Config is designed to ease passing a set of options across webrtc code. |