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

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: addressed Tommi's comments. Created 6 years, 7 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 1274cc53d89a1e86fca212aa7a9956162ad4fdf6..530d97131330fa3d35aeb006c2952beb4eb327ea 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