| Index: remoting/client/chromoting_session.h
|
| diff --git a/remoting/client/chromoting_session.h b/remoting/client/chromoting_session.h
|
| index aedd6cf14a4adede96a3414da9f0059ea637a82a..8f67c653d0152f563db7fe95a1b8d1e6d581efe9 100644
|
| --- a/remoting/client/chromoting_session.h
|
| +++ b/remoting/client/chromoting_session.h
|
| @@ -70,12 +70,13 @@ class ChromotingSession : public ClientUserInterface,
|
| };
|
|
|
| // Initiates a connection with the specified host. Call from the UI thread.
|
| - ChromotingSession(base::WeakPtr<ChromotingSession::Delegate> delegate,
|
| - std::unique_ptr<protocol::CursorShapeStub> cursor_stub,
|
| - std::unique_ptr<protocol::VideoRenderer> video_renderer,
|
| - base::WeakPtr<protocol::AudioStub> audio_player,
|
| - const ConnectToHostInfo& info,
|
| - protocol::ClientAuthenticationConfig& client_auth_config);
|
| + ChromotingSession(
|
| + base::WeakPtr<ChromotingSession::Delegate> delegate,
|
| + std::unique_ptr<protocol::CursorShapeStub> cursor_stub,
|
| + std::unique_ptr<protocol::VideoRenderer> video_renderer,
|
| + base::WeakPtr<protocol::AudioStub> audio_player,
|
| + const ConnectToHostInfo& info,
|
| + const protocol::ClientAuthenticationConfig& client_auth_config);
|
|
|
| ~ChromotingSession() override;
|
|
|
|
|