Do not start DnsConfigServiceThread on iOS
DnsConfigService on iOS doesn't watch the config so its result can become inaccurate at any time. Disable it to prevent promulgation of inaccurate DnsConfigs. https://cs.chromium.org/chromium/src/net/dns/dns_config_service_posix.cc?q=dns_config_service_po&sq=package:chromium&g=0&l=64 shows that this is not implemented on iOS. Calling the method produces parasite log at startup. Bug: 852369 Change-Id: I3d24bcb1089fb3c9099b1fffcb829c2a5a2449dc Reviewed-on: https://chromium-review.googlesource.com/1102317 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567963}
Showing
Please register or sign in to comment