diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 18:00:21 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 18:00:21 +0000 |
commit | 13666a99d3ae8090b490198372503f9063c2a74b (patch) | |
tree | d18ca237dacb9f07b3949271efda8c5dd75726b3 /build | |
parent | 232ef3f7184d842f2362b06336118a79e2145789 (diff) | |
download | chromium_src-13666a99d3ae8090b490198372503f9063c2a74b.zip chromium_src-13666a99d3ae8090b490198372503f9063c2a74b.tar.gz chromium_src-13666a99d3ae8090b490198372503f9063c2a74b.tar.bz2 |
Fixed DTMF test on Android.
Turns out we accidently removed the DTMF payload type from the SDP. We
now preserve it even if we force iSAC.
BUG=332016
R=wjia@chromium.org
Review URL: https://codereview.chromium.org/133353004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index 766a845..22c6d54 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -71,7 +71,6 @@ WebrtcBrowserTest.CanSetupLegacyCall WebrtcBrowserTest.CallWithDataOnly WebrtcBrowserTest.CallWithDataAndMedia WebrtcBrowserTest.CanMakeEmptyCallThenAddStreamsAndRenegotiate -WebrtcBrowserTest.MANUAL_CanSetupCallAndSendDtmf WebRTCInternalsBrowserTest.WithRealPeerConnectionCall WebRTCInternalsBrowserTest.NegotiateUnsupportedVideoCodec WebRTCInternalsBrowserTest.NegotiateNonCryptoCall |