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

Issue 2825493004: Uniquify QuicCryptoServerConfig::SetEphemeralKeySource (Closed)

Created:
3 years, 8 months ago by Ryan Hamilton
Modified:
3 years, 8 months ago
Reviewers:
Zhongyi Shi
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Uniquify QuicCryptoServerConfig::SetEphemeralKeySource Modify QuicCryptoServerConfig::SetEphemeralKeySource to take its argument by unique_ptr, which makes it obvious how ownership of the argument is transferred. Bare pointer -> unique_ptr in QUIC startup code. No functional change, not flag-protected. Merge internal change: 152970365

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M net/quic/core/crypto/quic_crypto_server_config.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
Ryan Hamilton
3 years, 8 months ago (2017-04-18 19:01:04 UTC) #2
Zhongyi Shi
3 years, 8 months ago (2017-04-18 21:22:15 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698