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