Index: remoting/protocol/connection_to_client.h |
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h |
index fc892d0cff15d053393c2cc009a426f5ca682cc8..f578a7a26048c6045b5cee465354fcecd5cd83b4 100644 |
--- a/remoting/protocol/connection_to_client.h |
+++ b/remoting/protocol/connection_to_client.h |
@@ -57,10 +57,9 @@ class ConnectionToClient : |
// that this object runs on. A viewer object receives events and messages from |
// a libjingle channel, these events are delegated to |handler|. |
// It is guaranteed that |handler| is called only on the |message_loop|. |
Wez
2011/11/09 01:35:07
Update this comment now that the function signatur
Sergey Ulanov
2011/11/09 19:26:13
Done.
|
- ConnectionToClient(base::MessageLoopProxy* message_loop, |
- EventHandler* handler); |
+ ConnectionToClient(base::MessageLoopProxy* message_loop, Session* session); |
- virtual void Init(Session* session); |
+ void SetEventHandler(EventHandler* event_handler); |
Wez
2011/11/09 01:35:07
Clarify the semantics? What happens if events hap
Sergey Ulanov
2011/11/09 19:26:13
Done.
|
// Returns the connection in use. |
virtual Session* session(); |