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

Unified Diff: content/browser/media/webrtc/webrtc_browsertest.cc

Issue 2171313003: Enable renegotiate tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | content/browser/media/webrtc/webrtc_browsertest_audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/webrtc/webrtc_browsertest.cc
diff --git a/content/browser/media/webrtc/webrtc_browsertest.cc b/content/browser/media/webrtc/webrtc_browsertest.cc
index b40113c975b77f4f2644964c2518d102dfe18487..14cc4223b8c646e51aaa9d53465a2c359da3a894 100644
--- a/content/browser/media/webrtc/webrtc_browsertest.cc
+++ b/content/browser/media/webrtc/webrtc_browsertest.cc
@@ -113,9 +113,8 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
MakeTypicalPeerConnectionCall(kJavascript);
}
-// Causes asserts in libjingle: http://crbug.com/484826.
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
- DISABLED_CanMakeAudioCallAndThenRenegotiateToVideo) {
+ CanMakeAudioCallAndThenRenegotiateToVideo) {
const char* kJavascript =
"callAndRenegotiateToVideo({audio: true}, {audio: true, video:true});";
MakeTypicalPeerConnectionCall(kJavascript);
« no previous file with comments | « no previous file | content/browser/media/webrtc/webrtc_browsertest_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698