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

Unified Diff: remoting/test/it2me_standalone_host.cc

Issue 2967793002: [Chromoting] Remove DataChannelManagerCallbacks constructor parameter of ClientSession (Closed)
Patch Set: Resolve review comments Created 3 years, 5 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 | « remoting/protocol/data_channel_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/it2me_standalone_host.cc
diff --git a/remoting/test/it2me_standalone_host.cc b/remoting/test/it2me_standalone_host.cc
index 82de8661f8eb54503c39974013ebb46bc5fdf0ef..eed5c9133059982cc653cd50a8757ee5346efac9 100644
--- a/remoting/test/it2me_standalone_host.cc
+++ b/remoting/test/it2me_standalone_host.cc
@@ -90,8 +90,8 @@ void It2MeStandaloneHost::Connect() {
session_.reset(new ClientSession(
&handler_, std::unique_ptr<protocol::ConnectionToClient>(&connection_),
&factory_, options, base::TimeDelta(),
- scoped_refptr<protocol::PairingRegistry>(), std::vector<HostExtension*>(),
- std::vector<protocol::DataChannelManager::NameCallbackPair>()));
+ scoped_refptr<protocol::PairingRegistry>(),
+ std::vector<HostExtension*>()));
session_->OnConnectionAuthenticated();
session_->OnConnectionChannelsConnected();
session_->CreateMediaStreams();
« no previous file with comments | « remoting/protocol/data_channel_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698