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

Unified Diff: net/base/host_resolver.cc

Issue 14868: Add the CertVerifier class. It is based on the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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/base/cert_verifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver.cc
===================================================================
--- net/base/host_resolver.cc (revision 7188)
+++ net/base/host_resolver.cc (working copy)
@@ -76,7 +76,7 @@
error_(OK),
results_(NULL) {
}
-
+
~Request() {
if (results_)
freeaddrinfo(results_);
@@ -97,7 +97,7 @@
reply = NULL;
}
}
-
+
// Does nothing if it got posted.
delete reply;
}
@@ -129,7 +129,7 @@
AutoLock locked(origin_loop_lock_);
origin_loop_ = NULL;
}
-
+
private:
// Set on the origin thread, read on the worker thread.
std::string host_;
« no previous file with comments | « net/base/cert_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698