commit | 5291393510c17748701706471272c1ba0151dec2 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Mon Mar 07 23:14:40 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 07 23:14:48 2016 |
tree | 0de67e71ccc2711ae9fbee1e1a9e13908b4cce42 | |
parent | 709472d92dc8c9fdec42e5856b2b836062c84445 [diff] |
DtlsIdentityStoreInterface::RequestIdentity: const& parameters Changing from: virtual void RequestIdentity( rtc::KeyParams key_params, rtc::Optional<uint64_t> expires, const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer); to: virtual void RequestIdentity( const rtc::KeyParams& key_params, const rtc::Optional<uint64_t>& expires_ms, const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer); Making FakeDtlsIdentityStore DCHECK that |expires_ms| is not set, since it does not support that parameterization. In a follow-up chromium CL the new signature will be used. BUG=webrtc:5092, chromium:544902 Review URL: https://codereview.webrtc.org/1766673002 Cr-Commit-Position: refs/heads/master@{#11892}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.