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

Unified Diff: third_party/apple_apsl/README.chromium

Issue 21368005: Detect domain-specific resolvers on OS X and disable DnsClient in such cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responded to review Created 7 years, 4 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/dns/host_resolver_impl.cc ('k') | third_party/apple_apsl/dnsinfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_apsl/README.chromium
diff --git a/third_party/apple_apsl/README.chromium b/third_party/apple_apsl/README.chromium
index f67c844a3d044e24b5cc45418093646592abb710..ad337235e36154d2dbe29240d2d6d48d692fbf2b 100644
--- a/third_party/apple_apsl/README.chromium
+++ b/third_party/apple_apsl/README.chromium
@@ -49,3 +49,13 @@ and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html
Modifications:
- Removed unneeded definitions for internal Apple CSP DL enums and structs
+
+dnsinfo.h from:
+http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
+
+Provides dns_config_t which is used by /net/dns/dns_config_service_posix.cc to
+obtain system DNS configuration on Mac OS X. This private header is also used by
+Apple's open source mDNSResponder.
+
+Modifications:
+- Removed Availability.h and the corresponding macros.
« no previous file with comments | « net/dns/host_resolver_impl.cc ('k') | third_party/apple_apsl/dnsinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698