| Index: net/quic/crypto/proof_source_chromium_nss.cc
|
| diff --git a/net/quic/crypto/proof_source_chromium_nss.cc b/net/quic/crypto/proof_source_chromium_nss.cc
|
| index f73a6ac0a42c352f9ecc5811084766b0266fc7b0..407089a87b9c98d77172091613360d50e98cf4e0 100644
|
| --- a/net/quic/crypto/proof_source_chromium_nss.cc
|
| +++ b/net/quic/crypto/proof_source_chromium_nss.cc
|
| @@ -14,7 +14,8 @@ ProofSourceChromium::ProofSourceChromium() {}
|
| ProofSourceChromium::~ProofSourceChromium() {}
|
|
|
| bool ProofSourceChromium::Initialize(const base::FilePath& cert_path,
|
| - const base::FilePath& key_path) {
|
| + const base::FilePath& key_path,
|
| + const base::FilePath& sct_path) {
|
| return false;
|
| }
|
|
|
| @@ -23,7 +24,8 @@ bool ProofSourceChromium::GetProof(const IPAddressNumber& server_ip,
|
| const string& server_config,
|
| bool ecdsa_ok,
|
| const vector<string>** out_certs,
|
| - string* out_signature) {
|
| + string* out_signature,
|
| + string* out_leaf_cert_sct) {
|
| return false;
|
| }
|
|
|
|
|