| Index: webrtc/api/webrtcsession_unittest.cc
|
| diff --git a/webrtc/api/webrtcsession_unittest.cc b/webrtc/api/webrtcsession_unittest.cc
|
| index 116c8d57391da9ecd2d43cf250317d69221d84db..96db7f1096b5e3a09a2398f764147a62405992ee 100644
|
| --- a/webrtc/api/webrtcsession_unittest.cc
|
| +++ b/webrtc/api/webrtcsession_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -
|
| +/*
|
| #include <memory>
|
| #include <utility>
|
| #include <vector>
|
| @@ -367,7 +367,6 @@ class WebRtcSessionTest
|
| allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
|
| cricket::PORTALLOCATOR_DISABLE_RELAY);
|
| EXPECT_TRUE(channel_manager_->Init());
|
| - desc_factory_->set_add_legacy_streams(false);
|
| allocator_->set_step_delay(cricket::kMinimumStepDelay);
|
| }
|
|
|
| @@ -4368,3 +4367,4 @@ INSTANTIATE_TEST_CASE_P(WebRtcSessionTests,
|
| WebRtcSessionTest,
|
| testing::Values(ALREADY_GENERATED,
|
| DTLS_IDENTITY_STORE));
|
| +*/
|
|
|