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

Unified Diff: content/browser/media/webrtc_aecdump_browsertest.cc

Issue 214663004: Add test for sending square resolution video on a PeerConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/browser/media/webrtc_aecdump_browsertest.cc
diff --git a/content/browser/media/webrtc_aecdump_browsertest.cc b/content/browser/media/webrtc_aecdump_browsertest.cc
index ff8cd141129cfc3eb7dd9fff9b711d93ce615595..a7ece3a3e80d55deae59d8be802ef5e7c90d6c35 100644
--- a/content/browser/media/webrtc_aecdump_browsertest.cc
+++ b/content/browser/media/webrtc_aecdump_browsertest.cc
@@ -82,7 +82,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcAecDumpBrowserTest, MAYBE_CallWithAecDump) {
ExecuteJavascriptAndReturnResult("forceIsac16KInSdp();"));
#endif
- ExecuteJavascriptAndWaitForOk("call({video: true, audio: true});");
+ ExecuteJavascriptAndWaitForOk("call({video: true, audio: true}, 640, 480);");
EXPECT_TRUE(base::PathExists(dump_file_));
int64 file_size = 0;
« no previous file with comments | « no previous file | content/browser/media/webrtc_browsertest.cc » ('j') | content/browser/media/webrtc_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698