| Index: net/quic/quic_chromium_client_session.cc
|
| diff --git a/net/quic/quic_chromium_client_session.cc b/net/quic/quic_chromium_client_session.cc
|
| index 6b454c8ee5aecc886c54676143026157712e4e5b..ac4edfcd66dcbb138607a6390ac53402cb9f1155 100644
|
| --- a/net/quic/quic_chromium_client_session.cc
|
| +++ b/net/quic/quic_chromium_client_session.cc
|
| @@ -55,7 +55,7 @@ const size_t kMaxReadersPerQuicSession = 5;
|
| // Size of the MRU cache of Token Binding signatures. Since the material being
|
| // signed is constant and there aren't many keys being used to sign, a fairly
|
| // small number was chosen, somewhat arbitrarily, and to match
|
| -// SSLClientSocketOpenssl.
|
| +// SSLClientSocketImpl.
|
| const size_t kTokenBindingSignatureMapSize = 10;
|
|
|
| // Histograms for tracking down the crashes from http://crbug.com/354669
|
|
|