| Index: net/quic/crypto/proof_source_chromium.h
|
| ===================================================================
|
| --- net/quic/crypto/proof_source_chromium.h (revision 216255)
|
| +++ net/quic/crypto/proof_source_chromium.h (working copy)
|
| @@ -23,7 +23,8 @@
|
| virtual ~ProofSourceChromium() {}
|
|
|
| // ProofSource interface
|
| - virtual bool GetProof(const std::string& hostname,
|
| + virtual bool GetProof(QuicVersion version,
|
| + const std::string& hostname,
|
| const std::string& server_config,
|
| bool ecdsa_ok,
|
| const std::vector<std::string>** out_certs,
|
|
|