commit | c9fe93d3cc2d1b1549bd961610e1e34ea1c57e3d | [log] [tgz] |
---|---|---|
author | thefrog <thefrog@chromium.org> | Fri Jan 05 14:52:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 05 14:52:28 2024 |
tree | 7bd4f8386dfa6e9ab06649397af2fdb0b43f9f7f | |
parent | 3182e22eb28bb2009942c0a372b8e35919dbca68 [diff] |
Refactor HashRealTimeService to have a single response funnel This CL adds a small helper class LookupCompleter that is responsible for returning a response to caller. This is useful for the followup CL (https://crrev.com/c/5169412) that logs a histogram whenever the service returns a response to the caller. Bug: 1392143 Change-Id: If350b97a2f60e462f1f62dfbbfbbbe75588bf843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5169711 Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: thefrog <thefrog@chromium.org> Cr-Commit-Position: refs/heads/main@{#1243413}
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.