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

Unified Diff: remoting/test/it2me_standalone_host.cc

Issue 2254673002: Remove dependency on AudioStub in ConnectionToClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: remoting/test/it2me_standalone_host.cc
diff --git a/remoting/test/it2me_standalone_host.cc b/remoting/test/it2me_standalone_host.cc
index f18d0053898aaa48d25ce2cb727a5e24d14cab2c..a0d29d312f246a74004ff3f4c09929928b59387b 100644
--- a/remoting/test/it2me_standalone_host.cc
+++ b/remoting/test/it2me_standalone_host.cc
@@ -93,7 +93,7 @@ void It2MeStandaloneHost::Connect() {
std::vector<HostExtension*>()));
session_->OnConnectionAuthenticated(&connection_);
session_->OnConnectionChannelsConnected(&connection_);
- session_->CreateVideoStreams(&connection_);
+ session_->CreateMediaStreams(&connection_);
}
} // namespace test
« remoting/protocol/ice_connection_to_client.cc ('K') | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698