Chromium Code Reviews| Index: webrtc/common.h |
| diff --git a/webrtc/common.h b/webrtc/common.h |
| index 3aeea814c6bae7305408ccaeb3a49c6725a93d48..d37d1077f69d9d84aa6e3be22723c7204f2b0e04 100644 |
| --- a/webrtc/common.h |
| +++ b/webrtc/common.h |
| @@ -34,7 +34,8 @@ enum class ConfigOptionID { |
| kBeamforming, |
| kIntelligibility, |
| kEchoCanceller3, |
| - kAecRefinedAdaptiveFilter |
| + kAecRefinedAdaptiveFilter, |
| + kLevelControl, |
| }; |
| // Class Config is designed to ease passing a set of options across webrtc code. |