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

Unified Diff: remoting/protocol/ice_connection_to_client.h

Issue 2334293002: Two minor cleanups in remoting protocol. (Closed)
Patch Set: . Created 4 years, 3 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/protocol/ice_connection_to_client.h
diff --git a/remoting/protocol/ice_connection_to_client.h b/remoting/protocol/ice_connection_to_client.h
index 16d01e12e9e4b4040ab6ef1dd2c302b414442c52..8f6459a0f88f96867907293b8aabc8f0f1def31d 100644
--- a/remoting/protocol/ice_connection_to_client.h
+++ b/remoting/protocol/ice_connection_to_client.h
@@ -47,7 +47,6 @@ class IceConnectionToClient : public ConnectionToClient,
ConnectionToClient::EventHandler* event_handler) override;
Session* session() override;
void Disconnect(ErrorCode error) override;
- void OnInputEventReceived(int64_t timestamp) override;
std::unique_ptr<VideoStream> StartVideoStream(
std::unique_ptr<webrtc::DesktopCapturer> desktop_capturer) override;
std::unique_ptr<AudioStream> StartAudioStream(
@@ -70,6 +69,9 @@ class IceConnectionToClient : public ConnectionToClient,
void OnChannelInitialized(ChannelDispatcherBase* channel_dispatcher) override;
void OnChannelClosed(ChannelDispatcherBase* channel_dispatcher) override;
+ // Callback passed to |event_dispatcher_|
+ void OnInputEventReceived(int64_t timestamp);
+
void NotifyIfChannelsReady();
void CloseChannels();

Powered by Google App Engine
This is Rietveld 408576698