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

Unified Diff: net/base/cert_verifier.h

Issue 4299001: Update CertVerifier to watch for the origin loop's destruction, so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: To mutable Created 10 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 | « no previous file | net/base/cert_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cert_verifier.h
diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h
index 791f8d35eb73fcc39bb37be002e4c3a36dccf575..5290ddd3f192bb0ef95607a5cbd06f187e6a11a1 100644
--- a/net/base/cert_verifier.h
+++ b/net/base/cert_verifier.h
@@ -62,6 +62,7 @@ class CertVerifier {
private:
class Request;
friend class Request;
+ struct RequestTraits;
scoped_refptr<Request> request_;
DISALLOW_COPY_AND_ASSIGN(CertVerifier);
};
« no previous file with comments | « no previous file | net/base/cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698