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

Issue 1787453002: Switch "const StringPiece&" to just "StringPiece" in QUIC code. No functional change. Not flag prot… (Closed)

Created:
4 years, 9 months ago by rjshade
Modified:
4 years, 9 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, Jeremy Dorfman
Base URL:
https://chromium.googlesource.com/chromium/src.git@116566297
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch "const StringPiece&" to just "StringPiece" in QUIC code. No functional change. Not flag protected. Merge internal change: 116570346 R=rch@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : Remove const StringPiece& from _nss crypto files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -38 lines) Patch
M net/quic/crypto/aead_base_decrypter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/aead_base_decrypter_nss.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/aead_base_decrypter_openssl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_nss.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/quic/crypto/curve25519_key_exchange.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/crypto/curve25519_key_exchange.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M net/quic/crypto/key_exchange.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/null_decrypter.h View 2 chunks +3 lines, -4 lines 0 comments Download
M net/quic/crypto/null_decrypter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/p256_key_exchange.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/p256_key_exchange_nss.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/p256_key_exchange_openssl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_decrypter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_framer_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
rjshade
4 years, 9 months ago (2016-03-10 23:03:44 UTC) #1
Ryan Hamilton
4 years, 9 months ago (2016-03-10 23:15:48 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698