| commit | 22651da9eb779fbdb60f6a8ea5decde2b805567f | [log] [tgz] |
|---|---|---|
| author | esprehn <esprehn@chromium.org> | Fri Jul 15 20:01:13 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 20:04:24 2016 |
| tree | cfa51e6fffd071943f1e5c38bb8d21da582c3020 | |
| parent | 76bdad89eff7c4afc230d55a81bb709ccce347e5 [diff] |
WebRTCCertificateGenerator should not use std::string. This avoids the string copies, std::string is also not supposed to be used like this inside blink. Review-Url: https://codereview.chromium.org/2147413002 Cr-Commit-Position: refs/heads/master@{#405837}