commit | f5d47860805e37a1e99a478ab7cd33a77ba9007b | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Mar 15 12:53:24 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 15 19:53:33 2016 +0000 |
tree | 4e1a7d9f680c2606078ba585eec2b009d1f75948 | |
parent | 6021fe2b1e4c7d55cca92ef01cc2750516aa3e9f [diff] |
SSLCertificate::GetChain: Return scoped_ptr Instead of using a raw pointer output parameter. This is a good idea in general, but will also be very convenient when scoped_ptr is gone, since unique_ptr doesn't have an .accept() method. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1799233002 Cr-Commit-Position: refs/heads/master@{#12004}
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.