Index: remoting/host/client_connection.h |
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h |
index 69283e2aa06f8f0debac49df1f03a80270ea1858..38e383cb193972d972d41a27f2503db8c8e51c20 100644 |
--- a/remoting/host/client_connection.h |
+++ b/remoting/host/client_connection.h |
@@ -64,8 +64,7 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection> { |
virtual void SendInitClientMessage(int width, int height); |
// Send encoded update stream data to the viewer. |
- virtual void SendUpdateStreamPacketMessage( |
- const ChromotingHostMessage& message); |
+ virtual void SendVideoPacket(const VideoPacket& packet); |
// Gets the number of update stream messages not yet transmitted. |
// Note that the value returned is an estimate using average size of the |