commit | 3cc6cf2c26710fa443052058c4aead22fe61a3ce | [log] [tgz] |
---|---|---|
author | Emmanuel Arias Soto <eariassoto@google.com> | Fri May 12 09:16:43 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 12 09:16:43 2023 |
tree | 48d73b9f9b8c59f33f8146e97e95ee7d0bfca035 | |
parent | d0654d61a4482de44fb04477fcc7611bb097c9fe [diff] |
ambient: Have one callback to handle managed image updates Rather than posting a callback on each download, have a repeating callback in ScreensaverImageDownloader to handle updates on new downloaded images. This callback will be used by ScreensaverImageDownloader to report other changes, for instance when a new policy update makes the cache to clean up files, or when the policy has been unset. Bug: b:280810255 Test: ./ash_unittests --gtest_filter=*AmbientController* Test: ./ash_unittests --gtest_filter=*ScreensaverImage* Change-Id: Ie46754ddf709d3f77c749ce95c3effdef3488ff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4513695 Commit-Queue: Emmanuel Arias Soto <eariassoto@google.com> Reviewed-by: Maria Petrisor <mpetrisor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1143149}
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.