Chromium Code Reviews| Index: webrtc/common.h |
| diff --git a/webrtc/common.h b/webrtc/common.h |
| index 3aeea814c6bae7305408ccaeb3a49c6725a93d48..8795064fd07e3ebb0e63e0a51cdb2ee8e7b1cc6b 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. |