| Index: net/quic/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
|
| index 13797d3a55f895fd0cbdcf6ae39e67835f7eea97..08ac61749c0498560bbf9c3ad72914b854a1a5b0 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -336,6 +336,9 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| // Returns true if this config has a |proof_source_|.
|
| bool HasProofSource() const;
|
|
|
| + // Returns the number of configs this object owns.
|
| + int NumberOfConfigs() const;
|
| +
|
| private:
|
| friend class test::QuicCryptoServerConfigPeer;
|
|
|
|
|