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

Unified Diff: webrtc/voice_engine/test/auto_test/voe_standard_test.h

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Created 3 years, 9 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: webrtc/voice_engine/test/auto_test/voe_standard_test.h
diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.h b/webrtc/voice_engine/test/auto_test/voe_standard_test.h
index f5b0bf3f1942b3071e5de123df806c5812c20ee4..338eb36700de4857b336dc24b05a6961f3978ecb 100644
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.h
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.h
@@ -33,14 +33,12 @@ class SubAPIManager {
_codec(false),
_file(false),
_hardware(false),
- _netEqStats(false),
_network(false),
_rtp_rtcp(false),
_apm(false) {
_codec = true;
_file = true;
_hardware = true;
- _netEqStats = true;
_network = true;
_rtp_rtcp = true;
_apm = true;
@@ -51,7 +49,7 @@ class SubAPIManager {
private:
bool _base, _codec;
bool _file, _hardware;
- bool _netEqStats, _network, _rtp_rtcp, _apm;
+ bool _network, _rtp_rtcp, _apm;
};
} // namespace voetest

Powered by Google App Engine
This is Rietveld 408576698