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

Unified Diff: remoting/protocol/fake_connection_to_host.cc

Issue 1521883006: Add TransportContext class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/protocol/fake_connection_to_host.cc
diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
index 29835961d5c390993d9a16efc25b926bd223e9c7..1cd5fc15604dc0343df9f1b061cd21ee023cc0c6 100644
--- a/remoting/protocol/fake_connection_to_host.cc
+++ b/remoting/protocol/fake_connection_to_host.cc
@@ -36,7 +36,7 @@ void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {
void FakeConnectionToHost::Connect(
SignalStrategy* signal_strategy,
- scoped_ptr<protocol::TransportFactory> transport_factory,
+ scoped_refptr<protocol::TransportContext> transport_context,
scoped_ptr<protocol::Authenticator> authenticator,
const std::string& host_jid,
HostEventCallback* event_callback) {

Powered by Google App Engine
This is Rietveld 408576698