|
Add quic_types.h and move the typedefs unrelated to the QUIC protocol
specification from quic_protocol.h to quic_types.h.
Add the QuicAsyncStatus enum type (to quic_types.h), which represents
the return status of asynchronous operations. Replace
ProofVerifier::Status with QuicAsyncStatus.
Moved typedefs unrelated to the QUIC protocol specification from
quic_protocol.h to the new quic_types.h header. Replaced
ProofVerifier::Status with the new general-purpose QuicAsyncStatus enum
type.
Merge internal change: 68267420
R=rch@chromium.org, wtc@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+174 lines, -130 lines) |
Patch |
 |
M |
net/net.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_test.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier.h
|
View
|
|
2 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier_chromium.h
|
View
|
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier_chromium.cc
|
View
|
|
9 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_connection.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_crypto_client_stream.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_packet_generator.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_protocol.h
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_protocol.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
A |
net/quic/quic_types.h
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/quic/quic_types.cc
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/reliable_quic_stream.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_packet_writer_wrapper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_socket_utils.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_test_client.cc
|
View
|
|
2 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|