commit | 75492d5375c21cf7fb072d98c6718512a3b5e077 | [log] [tgz] |
---|---|---|
author | Steven Bennetts <[email protected]> | Tue Dec 07 21:03:51 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 07 21:03:51 2021 |
tree | 5dda4ca1d03fa8b56e7b3f9b158740871f3abae2 | |
parent | 02e2fcf106b8713e94555ddb4edd22ebaed4fe16 [diff] |
Move required networking pref initialization to helpers. This reduces a lot of copy/paste pref registration and header dependencies for network metadata and esim. This also removes un unnecessary dependency in onc_pref_names.h on PrefRegistrySyncable. BUG=None TEST=All unit tests pass Change-Id: Ic9ca81be9f7fd9dfedf4cfe9617a2f2871c25669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3315341 Reviewed-by: Toni Barzic <[email protected]> Reviewed-by: Kyle Horimoto <[email protected]> Reviewed-by: Pavol Marko <[email protected]> Commit-Queue: Steven Bennetts <[email protected]> Cr-Commit-Position: refs/heads/main@{#949152}
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.
If you found a bug, please file it at https://crbug.com/new.