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

Unified Diff: net/dns/dns_config_service.h

Issue 23522036: [net/dns] Treat Name Resolution Policy Table as unhandled option. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove histograms.xml until a later cl Created 7 years, 3 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/dns/dns_config_service.cc » ('j') | net/dns/dns_config_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_config_service.h
diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
index d14a2cd66fa9b7b218dccd4e6bed4d913f657861..896257411366483f94e187a62028099c343b5a13 100644
--- a/net/dns/dns_config_service.h
+++ b/net/dns/dns_config_service.h
@@ -83,6 +83,11 @@ struct NET_EXPORT_PRIVATE DnsConfig {
bool rotate;
// Enable EDNS0 extensions.
bool edns0;
+
+ // Indicates system configuration depends on local IPv6 connectivity, e.g.,
+ // DirectAccess. This is exposed for HostResolver to be used with both
+ // DnsClient and getaddrinfo.
mmenke 2013/09/16 16:34:46 Think the comment is unclear - both sentences, but
szym 2013/09/16 19:17:35 Done.
+ bool use_local_ipv6;
};
« no previous file with comments | « no previous file | net/dns/dns_config_service.cc » ('j') | net/dns/dns_config_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698