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..01aff15fbdc4af7a31eb8265d925ade2b8e62d95 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. |audio_stub| may be |
+ // null, in which case audio will not be requested. |
virtual void Connect(SignalStrategy* signal_strategy, |
const std::string& host_jid, |
const std::string& host_public_key, |