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

Unified Diff: remoting/client/chromoting_session.h

Issue 2829673003: Adding a Client Runtime Delegate for iOS (Closed)
Patch Set: Moving removing_service change to gl related cl. Created 3 years, 8 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
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;
« no previous file with comments | « no previous file | remoting/client/chromoting_session.cc » ('j') | remoting/client/ios/facade/ios_client_runtime_delegate.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698