commit | 736917216267ea3161642a49f2ac706efd352430 | [log] [tgz] |
---|---|---|
author | Jun Ishiguro <[email protected]> | Tue Sep 02 02:43:31 2025 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 02 02:43:31 2025 |
tree | 291689e7208d05b52fc8920d7038ee26ca31c8bb | |
parent | 427eef3577903c0c62282986bce1733648b701d6 [diff] |
ash-refactor: Remove g_browser_process from CertProvisioningScheduler This CL removes the dependency on g_browser_process from CertProvisioningScheduler. It refactors CreateDeviceCertProvisioningScheduler to take PrefService as a parameter instead of getting it from the global g_browser_process. This is part of a larger effort to decouple ash-specific code from //chrome/browser. Fixed: b:404131907 Change-Id: I4db5bd1e062734df19edce09d1b9242f8ee840fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6904286 Reviewed-by: Georg Neis <[email protected]> Commit-Queue: Jun Ishiguro <[email protected]> Cr-Commit-Position: refs/heads/main@{#1509342}
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.