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

Unified Diff: pc/test/mock_peerconnection.h

Issue 3013123002: Remove unnecessary audio references in PeerConnectionFactory
Patch Set: Created 3 years, 3 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
« no previous file with comments | « pc/peerconnectioninterface_unittest.cc ('k') | sdk/android/src/jni/pc/peerconnectionfactory_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pc/test/mock_peerconnection.h
diff --git a/pc/test/mock_peerconnection.h b/pc/test/mock_peerconnection.h
index e4343fff619debd502ddb6612990b4ef7b2552c0..17770fa748a8947213f3afed9efc15805111d9f2 100644
--- a/pc/test/mock_peerconnection.h
+++ b/pc/test/mock_peerconnection.h
@@ -32,10 +32,6 @@ class FakePeerConnectionFactory
rtc::Thread::Current(),
nullptr,
nullptr,
- nullptr,
- nullptr,
- nullptr,
- nullptr,
std::unique_ptr<cricket::MediaEngineInterface>(),
std::unique_ptr<webrtc::CallFactoryInterface>(),
std::unique_ptr<RtcEventLogFactoryInterface>()) {}
« no previous file with comments | « pc/peerconnectioninterface_unittest.cc ('k') | sdk/android/src/jni/pc/peerconnectionfactory_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698