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

Unified Diff: remoting/protocol/connection_unittest.cc

Issue 2710483002: Actually pass the stereo=1 parameter to WebRTC for receiving audio (Closed)
Patch Set: err -> parse_error, no braces Created 3 years, 10 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 | « no previous file | remoting/protocol/webrtc_transport.cc » ('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 0dbd689c501b27e3224b5518b3615d5ef3a3e292..d18c2b080c2b930570cc37dac19595469eff883d 100644
--- a/remoting/protocol/connection_unittest.cc
+++ b/remoting/protocol/connection_unittest.cc
@@ -623,7 +623,7 @@ TEST_P(ConnectionTest, VideoStats) {
}
// Disabling due to failures after WebRTC roll http://crbug.com/685910
-TEST_P(ConnectionTest, DISABLED_Audio) {
+TEST_P(ConnectionTest, Audio) {
Connect();
std::unique_ptr<AudioStream> audio_stream =
« no previous file with comments | « no previous file | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698