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

Unified Diff: chrome/browser/net/dns_probe_service.cc

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: addressed nits 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 | « no previous file | net/base/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_service.cc
diff --git a/chrome/browser/net/dns_probe_service.cc b/chrome/browser/net/dns_probe_service.cc
index c2fe4ae60103f4733e4bfe64f553fbaebe869bb4..d004ff26fd5aa1ff44bbbd43d4e2a29038bbb0d6 100644
--- a/chrome/browser/net/dns_probe_service.cc
+++ b/chrome/browser/net/dns_probe_service.cc
@@ -134,6 +134,7 @@ void DnsProbeService::SetSystemClientToCurrentConfig() {
system_config.search.clear();
system_config.attempts = 1;
system_config.randomize_ports = false;
+ system_config.unhandled_options = false;
mmenke 2013/08/19 14:12:04 Wonder if we should just skip the probe in this ca
szym 2013/08/19 14:26:16 What does the prober do if there's no system confi
mmenke 2013/08/19 14:54:03 DnsProbeRunner::RunProbe checks if the transaction
szym 2013/08/20 18:55:34 Removed.
scoped_ptr<DnsClient> system_client(DnsClient::CreateClient(NULL));
system_client->SetConfig(system_config);
« no previous file with comments | « no previous file | net/base/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698