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

Unified Diff: net/quic/crypto/proof_verifier_chromium.h

Issue 346323002: net: Implement ChannelIDSourceChromium, which is based on Chromium's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 6 years, 6 months 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/quic/crypto/channel_id_chromium.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/proof_verifier_chromium.h
===================================================================
--- net/quic/crypto/proof_verifier_chromium.h (revision 280648)
+++ net/quic/crypto/proof_verifier_chromium.h (working copy)
@@ -21,7 +21,6 @@
namespace net {
class CertVerifier;
-class SingleRequestCertVerifier;
// ProofVerifyDetailsChromium is the implementation-specific information that a
// ProofVerifierChromium returns about a certificate verification.
@@ -60,11 +59,11 @@
private:
class Job;
+ typedef std::set<Job*> JobSet;
void OnJobComplete(Job* job);
// Set owning pointers to active jobs.
- typedef std::set<Job*> JobSet;
JobSet active_jobs_;
// Underlying verifier used to verify certificates.
« no previous file with comments | « net/quic/crypto/channel_id_chromium.cc ('k') | net/quic/crypto/proof_verifier_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698