Chromium Code Reviews| Index: remoting/protocol/connection_to_host.h |
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h |
| index 3167b8ea1d6987898611c9ed3cd1fdc59a517257..9fba899e9c2d244e88e86c93bc4029c7187dae75 100644 |
| --- a/remoting/protocol/connection_to_host.h |
| +++ b/remoting/protocol/connection_to_host.h |
| @@ -77,7 +77,8 @@ class ConnectionToHost : public SignalStrategy::Listener, |
| ConnectionToHost(bool allow_nat_traversal); |
| virtual ~ConnectionToHost(); |
| - // |signal_strategy| must outlive connection. |
| + // |signal_strategy| must outlive connection. A null |
| + // |audio_stub| disables the audio stream. |
|
Wez
2013/07/09 20:08:07
nit: See comment on ChromotingClient; we should do
solb
2013/07/10 00:00:31
Done.
|
| virtual void Connect(SignalStrategy* signal_strategy, |
| const std::string& host_jid, |
| const std::string& host_public_key, |