|
Change the prototype of ChannelIDSource::GetChannelIDKey() to allow an
asynchronous implementation.
Current ChannelIDSource implementations work in synchronous mode. So
QuicCryptoClientStream still calls ChannelIDSource::GetChannelIDKey() as
a synchronous function. In a future CL, QuicCryptoClientStream will properly
call ChannelIDSource::GetChannelIDKey() as an asynchronous function.
Note that ChannelIDSourceForTesting() returns a ChannelIDSource that works
in synchronous mode.
Merge internal CL: 68399207
R=rch@chromium.org,rtenneti@chromium.org
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275634
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+100 lines, -48 lines) |
Patch |
 |
M |
net/quic/crypto/channel_id.h
|
View
|
|
3 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/channel_id_test.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier_chromium.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/quic_crypto_client_config.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/quic_crypto_client_config.cc
|
View
|
|
4 chunks |
+6 lines, -22 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/quic_crypto_client_config_test.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_crypto_client_stream.cc
|
View
|
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/crypto_test_utils.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/crypto_test_utils.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/crypto_test_utils_nss.cc
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/crypto_test_utils_openssl.cc
|
View
|
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|