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

Unified Diff: webrtc/test/call_test.h

Issue 1273363005: Add send transports to individual webrtc::Call streams. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase+comment Created 5 years, 4 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 | « webrtc/call.h ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index ee1bafddfba7228663a1cc972276a1cf644f2bfd..105259d7bd45ed8adf4f05a29aa64a9533e79676 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -53,8 +53,8 @@ class CallTest : public ::testing::Test {
void CreateSenderCall(const Call::Config& config);
void CreateReceiverCall(const Call::Config& config);
- void CreateSendConfig(size_t num_streams);
- void CreateMatchingReceiveConfigs();
+ void CreateSendConfig(size_t num_streams, newapi::Transport* send_transport);
+ void CreateMatchingReceiveConfigs(newapi::Transport* rtcp_send_transport);
void CreateFrameGeneratorCapturer();
« no previous file with comments | « webrtc/call.h ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698