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

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

Issue 2672583002: Remove VoEVideoSync interface. (Closed)
Patch Set: rebase 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: 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 6109603b28f7b68d8d5e6b987024534dcd878c76..5370ba469f42695486476f4f0234643c363dd095 100644
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.h
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.h
@@ -36,7 +36,6 @@ class SubAPIManager {
_netEqStats(false),
_network(false),
_rtp_rtcp(false),
- _videoSync(false),
_volumeControl(false),
_apm(false) {
_codec = true;
@@ -45,7 +44,6 @@ class SubAPIManager {
_netEqStats = true;
_network = true;
_rtp_rtcp = true;
- _videoSync = true;
_volumeControl = true;
_apm = true;
}
@@ -55,7 +53,7 @@ class SubAPIManager {
private:
bool _base, _codec;
bool _file, _hardware;
- bool _netEqStats, _network, _rtp_rtcp, _videoSync, _volumeControl, _apm;
+ bool _netEqStats, _network, _rtp_rtcp, _volumeControl, _apm;
};
} // namespace voetest

Powered by Google App Engine
This is Rietveld 408576698