Update libjingle to CL 53398036.
Review URL: https://webrtc-codereview.appspot.com/2323004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4872 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -391,6 +391,12 @@ class FakeSession : public BaseSession {
|
||||
NULL, "", "", initiator),
|
||||
fail_create_channel_(false) {
|
||||
}
|
||||
FakeSession(bool initiator, talk_base::Thread* worker_thread)
|
||||
: BaseSession(talk_base::Thread::Current(),
|
||||
worker_thread,
|
||||
NULL, "", "", initiator),
|
||||
fail_create_channel_(false) {
|
||||
}
|
||||
|
||||
FakeTransport* GetTransport(const std::string& content_name) {
|
||||
return static_cast<FakeTransport*>(
|
||||
|
||||
Reference in New Issue
Block a user