| Index: net/quic/test_tools/quic_crypto_server_config_peer.cc
|
| diff --git a/net/quic/test_tools/quic_crypto_server_config_peer.cc b/net/quic/test_tools/quic_crypto_server_config_peer.cc
|
| index 12ff38f4fa36fc4e02ca1483b98ad5bef20cea35..619a6516002f0cee2058d6370c6f71e21842982a 100644
|
| --- a/net/quic/test_tools/quic_crypto_server_config_peer.cc
|
| +++ b/net/quic/test_tools/quic_crypto_server_config_peer.cc
|
| @@ -18,6 +18,10 @@ using std::vector;
|
| namespace net {
|
| namespace test {
|
|
|
| +ProofSource* QuicCryptoServerConfigPeer::GetProofSource() {
|
| + return server_config_->proof_source_.get();
|
| +}
|
| +
|
| scoped_refptr<QuicCryptoServerConfig::Config>
|
| QuicCryptoServerConfigPeer::GetPrimaryConfig() {
|
| base::AutoLock locked(server_config_->configs_lock_);
|
|
|