diff options
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r-- | remoting/client/chromoting_client.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h index 1079018..1fe71fa 100644 --- a/remoting/client/chromoting_client.h +++ b/remoting/client/chromoting_client.h @@ -55,10 +55,7 @@ class ChromotingClient : public SignalStrategy::Listener, ~ChromotingClient() override; - void set_protocol_config( - scoped_ptr<protocol::CandidateSessionConfig> config) { - protocol_config_ = config.Pass(); - } + void set_protocol_config(scoped_ptr<protocol::CandidateSessionConfig> config); // Used to set fake/mock objects for tests which use the ChromotingClient. void SetConnectionToHostForTests( |