Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Issue 1766673002: DtlsIdentityStoreInterface::RequestIdentity: const& parameters (Closed)

Created:
4 years, 9 months ago by hbos
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

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 Committed: https://crrev.com/5291393510c17748701706471272c1ba0151dec2 Cr-Commit-Position: refs/heads/master@{#11892}

Patch Set 1 : #

Patch Set 2 : Corrected a misspelling #

Total comments: 2

Patch Set 3 : const& KeyParams #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M webrtc/api/dtlsidentitystore.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/api/dtlsidentitystore.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/api/test/fakedtlsidentitystore.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
hbos
Please take a look, tommi.
4 years, 9 months ago (2016-03-04 10:35:34 UTC) #5
tommi
https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h File webrtc/api/dtlsidentitystore.h (right): https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h#newcode73 webrtc/api/dtlsidentitystore.h:73: rtc::KeyParams key_params, I think we should also pass KeyParams ...
4 years, 9 months ago (2016-03-04 15:15:35 UTC) #6
hbos
+glaznev for OWNERS review (assuming tommi/perkj are too busy travelling?), and +torbjorng for a second ...
4 years, 9 months ago (2016-03-07 09:49:21 UTC) #10
hbos
https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h File webrtc/api/dtlsidentitystore.h (right): https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h#newcode73 webrtc/api/dtlsidentitystore.h:73: rtc::KeyParams key_params, On 2016/03/04 15:15:35, tommi-webrtc wrote: > I ...
4 years, 9 months ago (2016-03-07 11:39:30 UTC) #11
AlexG
On 2016/03/07 11:39:30, hbos wrote: > https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h > File webrtc/api/dtlsidentitystore.h (right): > > https://codereview.webrtc.org/1766673002/diff/60001/webrtc/api/dtlsidentitystore.h#newcode73 > ...
4 years, 9 months ago (2016-03-07 21:12:00 UTC) #12
tommi
lgtm
4 years, 9 months ago (2016-03-07 21:18:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1766673002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1766673002/80001
4 years, 9 months ago (2016-03-07 22:03:51 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 9 months ago (2016-03-07 23:14:43 UTC) #17
commit-bot: I haz the power
4 years, 9 months ago (2016-03-07 23:14:53 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5291393510c17748701706471272c1ba0151dec2
Cr-Commit-Position: refs/heads/master@{#11892}

Powered by Google App Engine
This is Rietveld 408576698