aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/test
diff options
context:
space:
mode:
authorjiayl@webrtc.org <jiayl@webrtc.org>2015-03-03 20:34:38 +0000
committerjiayl@webrtc.org <jiayl@webrtc.org>2015-03-03 20:35:34 +0000
commit8ad96605c1b7e77237358f4fd4c596480ee08738 (patch)
tree25e409d548bdb6ca8a08b93d293357236c0c1bc5 /talk/app/webrtc/test
parentbcef431902ad4addbd8fce8b1289b35cdfec1416 (diff)
downloadwebrtc-8ad96605c1b7e77237358f4fd4c596480ee08738.tar.gz
Revert "Create a in-memory DTLS identity store that keeps a free identity generated in the background."
Test failure: http://chromegw/i/client.webrtc/builders/Linux32%20Release/builds/3557 This reverts commit df512cc8b73ff519dcdf63a2603ab312d3443402. TBR=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/41089004 Cr-Commit-Position: refs/heads/master@{#8579} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8579 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'talk/app/webrtc/test')
-rw-r--r--talk/app/webrtc/test/fakeconstraints.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/talk/app/webrtc/test/fakeconstraints.h b/talk/app/webrtc/test/fakeconstraints.h
index 8673d85097..ff4a20856f 100644
--- a/talk/app/webrtc/test/fakeconstraints.h
+++ b/talk/app/webrtc/test/fakeconstraints.h
@@ -112,7 +112,6 @@ class FakeConstraints : public webrtc::MediaConstraintsInterface {
void SetAllowRtpDataChannels() {
SetMandatory(MediaConstraintsInterface::kEnableRtpDataChannels, true);
- SetMandatory(MediaConstraintsInterface::kEnableDtlsSrtp, false);
}
void SetOptionalVAD(bool enable) {