commit | 15a0785e53575e6289e6e9ceebffc6c2e61587ff | [log] [tgz] |
---|---|---|
author | Matthew Mourgos <mmourgos@chromium.org> | Mon Dec 18 22:44:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 18 22:44:28 2023 |
tree | d9aaefa61b1a3af27c2572e47de6d288c8411e84 | |
parent | f1aa5253d7ecd532400988a549c50656f9738d26 [diff] |
[Birch] Add birch keyed service Add a birch keyed service, which observes for updates on file suggestions. The last_modified and last_accessed information is retrieved for each file suggestion, with a TODO to pass this file information on to the birch model. The code for getting file suggestions can be moved into a separate provider in a follow up CL, once we have other data providers added to the birch keyed service. Also add a basic keyed service factory unittest, alongside a function within ash_switches which can be called to ignore checking of the birch secret string. Bug: b/305093869 Change-Id: I018df7736846a5740a6ee9b8f3c7ca8ad163a965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5119158 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238823}
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.