commit | 79965d1c8d83ff4eaa16d7e0711c1a7746954605 | [log] [tgz] |
---|---|---|
author | Kartik Hegde <khegde@chromium.org> | Fri Oct 16 03:08:57 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 16 03:08:57 2020 |
tree | acfb0066c784ec4257cb7e6e384a348406ec7e80 | |
parent | e57256055558b0a63e60ced646b1835ab908d2c8 [diff] |
cros_healthd: Add DnsResolverPresent routine Add the DnsResolverPresent routine to the ServiceConnection. BUG=chromium:956783 TEST=1) chromeos_unittests --gtest_filter=CrosHealthdServiceConnectionTest.* 2) unit_tests --gtest_filter=DeviceCommandRunRoutineJobTest* 3) Applied DnsResolverPresent changes and successfully ran the DnsResolverPresent routine on a DUT (verified using cros-health-tool diag --action=run_routine --routine=dns_resolver_prsent). Change-Id: Iad19c4ab6eb9391bcc4a9410288e90f838446073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344807 Reviewed-by: Paul Moy <pmoy@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Oleh Lamzin <lamzin@google.com> Commit-Queue: Kartik Hegde <khegde@chromium.org> Cr-Commit-Position: refs/heads/master@{#817786}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.