| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 1079018f950c36d2ca997d9c866066245761fe94..1fe71faecaba591111308142cf9bbbe98509db90 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(
|
|
|