Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / video / loopback.cc
index e9b0893..48de326 100644 (file)
@@ -43,7 +43,6 @@ TEST_F(LoopbackTest, Test) {
 
   test::DirectTransport transport;
   Call::Config call_config(&transport);
-  call_config.overuse_detection = true;
   scoped_ptr<Call> call(Call::Create(call_config));
 
   // Loopback, call sends to itself.