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

Unified Diff: content/renderer/media/media_stream_video_source_unittest.cc

Issue 227743004: Added a kEchoCancellation constraint to turn off the audio processing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added missing new unittest Created 6 years, 8 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: content/renderer/media/media_stream_video_source_unittest.cc
diff --git a/content/renderer/media/media_stream_video_source_unittest.cc b/content/renderer/media/media_stream_video_source_unittest.cc
index c6e4bf8418b19e5fe7f9e1314fd1d2e6c7529f06..fd691a7acccacb6b6488a2efb6f6bc8dacfd891b 100644
--- a/content/renderer/media/media_stream_video_source_unittest.cc
+++ b/content/renderer/media/media_stream_video_source_unittest.cc
@@ -96,7 +96,7 @@ class MediaStreamVideoSourceTest
int expected_height) {
// Expect the source to start capture with the supported resolution.
blink::WebMediaStreamTrack track =
- CreateTrackAndStartSource(constraints, capture_width, capture_height ,
+ CreateTrackAndStartSource(constraints, capture_width, capture_height,
30);
MockMediaStreamVideoSink sink;

Powered by Google App Engine
This is Rietveld 408576698