commit | 322f39a930ddcda79f61c62da67c68f5443dc4cb | [log] [tgz] |
---|---|---|
author | Pavol Marko <pmarko@google.com> | Tue Sep 08 09:31:10 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 08 09:31:10 2020 |
tree | 83b47795572715238963f0239ee9993f8f992577 | |
parent | 34be7d924168b8b68e8350b8448b5e30ef6f0f90 [diff] |
Cert Provisioning: Report state changes from worker/scheduler Add CertProvisioningSchedulerObserver which can be used to get notifications about state changes regarding the set of workers / the set of failed cert profile ids / states of individual workers. The CertProvisioningWorker gets a StateChangeCallback to be able to report state changes back to the owner (the CertProvisioningScheduler). Bug: 1081396 Test: unit_tests Change-Id: Ib41f2913edbefdffb250aba417dca5ace9e85dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339997 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#804873}
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.