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

Unified Diff: remoting/protocol/connection_to_host.h

Issue 18452006: Make AudioPlayer optional in ChromotingClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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/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,

Powered by Google App Engine
This is Rietveld 408576698