commit | f7ebdde2447a23916be2f5e89a86f2653b635d08 | [log] [tgz] |
---|---|---|
author | Eric Orth <[email protected]> | Fri Jan 08 22:48:14 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 08 22:48:14 2021 |
tree | ec7aa1705a613fbbb4428ea829796da5f72370e1 | |
parent | 5874be3cc0146a6f1e541895f94b747a57d43414 [diff] |
General DnsConfigService cleanups Remove all the old UMAs. They're all expir(ing/ed) and nobody is looking at them anymore. Also remove various result codes in favor of simple boolean success returns. The more specific results were only used for the now-removed UMAs. Bug: 1157492,972782,809675 Change-Id: Id210715285bfc601ae664158f820769676dd270e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611964 Commit-Queue: Eric Orth <[email protected]> Reviewed-by: Michael Lippautz <[email protected]> Reviewed-by: Matt Menke <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Cr-Commit-Position: refs/heads/master@{#841692}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.