Index: content/browser/media/webrtc_browsertest.cc |
diff --git a/content/browser/media/webrtc_browsertest.cc b/content/browser/media/webrtc_browsertest.cc |
index e40ec719f3c59ab83fbdc47590d53060d1428169..fc613c844cbedd728787bc18a10c8dd99549f960 100644 |
--- a/content/browser/media/webrtc_browsertest.cc |
+++ b/content/browser/media/webrtc_browsertest.cc |
@@ -175,11 +175,8 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, |
MakeTypicalPeerConnectionCall("callAndSendDtmf(\'123,abc\');"); |
} |
-// TODO(phoglund): this test fails because the peer connection state will be |
-// stable in the second negotiation round rather than have-local-offer. |
-// http://crbug.com/293125. |
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, |
- DISABLED_CanMakeEmptyCallThenAddStreamsAndRenegotiate) { |
+ CanMakeEmptyCallThenAddStreamsAndRenegotiate) { |
const char* kJavascript = |
"callEmptyThenAddOneStreamAndRenegotiate({video: true, audio: true});"; |
MakeTypicalPeerConnectionCall(kJavascript); |