commit | 5e2e4f6df8beb1bb5e984843f83c97c077a293fa | [log] [tgz] |
---|---|---|
author | Wenyu Fu <wenyufu@chromium.org> | Wed Sep 18 16:32:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 18 16:32:56 2024 |
tree | 2d72cca67321e7f1b76bb3004e1e33553330489c | |
parent | 46e2f663fd0a5f92292913dc334e71e0aed24444 [diff] |
[Survey] Initialize SurveyClientFactory using PrivacyPreferencesManager Make SurveyClientFactory depend on PrivacyPreferencesManager directly, and move the ownership of crashUploadPermissionSupplier into SurveyClientFactory. This reduces the lines of glue code in ProcessInitializationHandler. Split PrivacyPreferencesManager into its own build java target, so classes that need to refer to it doesn't have to add dependencies over other classes in //chrome/browser/privacy:java (e.g. DNS settings). Bug: 40281638 Change-Id: Iae9665f41fde89b7fe1ef13504bb92b4f74a7bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5867995 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Cr-Commit-Position: refs/heads/main@{#1357149}
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.