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

Unified Diff: net/base/dns_util.h

Issue 9190031: DnsClient refactoring + features (timeout, suffix search, server rotation). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed code review. Created 8 years, 11 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 | « no previous file | net/base/net_log_event_type_list.h » ('j') | net/dns/async_host_resolver_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/dns_util.h
diff --git a/net/base/dns_util.h b/net/base/dns_util.h
index 03b18710167bea588d32e182fd1bbdc30b2f5131..260e9141b326f8440e291cd42b95dc26e489784c 100644
--- a/net/base/dns_util.h
+++ b/net/base/dns_util.h
@@ -22,7 +22,8 @@ namespace net {
NET_EXPORT_PRIVATE bool DNSDomainFromDot(const base::StringPiece& dotted,
std::string* out);
-// DNSDomainToString coverts a domain in DNS format to a dotted string.
+// DNSDomainToString converts a domain in DNS format to a dotted string.
+// Excludes the dot at the end.
NET_EXPORT_PRIVATE std::string DNSDomainToString(
const base::StringPiece& domain);
« no previous file with comments | « no previous file | net/base/net_log_event_type_list.h » ('j') | net/dns/async_host_resolver_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698