Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: net/quic/core/crypto/proof_source.h

Issue 2516433002: Minor refactors to enable sending an Expect-CT header more easily. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gypi ('k') | net/quic/core/crypto/quic_crypto_proof.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/proof_source.h
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h
index db321970ac7676a575efa9265ff2f74bd9cff694..50cbe26cac0c1559894157185a75fcda909b97ec 100644
--- a/net/quic/core/crypto/proof_source.h
+++ b/net/quic/core/crypto/proof_source.h
@@ -111,7 +111,7 @@ class NET_EXPORT_PRIVATE ProofSource {
base::StringPiece chlo_hash,
const QuicTagVector& connection_options,
scoped_refptr<Chain>* out_chain,
- QuicCryptoProof* proof) = 0;
+ QuicCryptoProof* out_proof) = 0;
// Async version of GetProof with identical semantics, except that the results
// are delivered to |callback|. Callers should expect that |callback| might
« no previous file with comments | « net/net.gypi ('k') | net/quic/core/crypto/quic_crypto_proof.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698