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

Unified Diff: remoting/protocol/connection_unittest.cc

Issue 2392963003: Add Audio support in Chromoting host when using WebRTC. (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « remoting/protocol/audio_stream.h ('k') | remoting/protocol/fake_audio_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_unittest.cc
diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
index 3db0b2e5c93bfc7f7bbb700e0b73123e47666c48..92a07198aa83e3931e59f34a9e6f0ec60742bf33 100644
--- a/remoting/protocol/connection_unittest.cc
+++ b/remoting/protocol/connection_unittest.cc
@@ -119,7 +119,7 @@ class ConnectionTest : public testing::Test,
host_connection_.reset(new WebrtcConnectionToClient(
base::WrapUnique(host_session_),
TransportContext::ForTests(protocol::TransportRole::SERVER),
- message_loop_.task_runner()));
+ message_loop_.task_runner(), message_loop_.task_runner()));
client_connection_.reset(new WebrtcConnectionToHost());
} else {
« no previous file with comments | « remoting/protocol/audio_stream.h ('k') | remoting/protocol/fake_audio_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698