0
Files
src/content/services
Maks Orlovich be1dfd15d3 FLEDGE: Add flag to run in-render worklet service off main thread
...since that's very congested. Also add a metric to monitor the
impact on download queuing delays.

Bug: 374034252
Change-Id: I3d73340b07448283c31b6602782bc6a3042ac6d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5936777
Reviewed-by: mmenke <mmenke@chromium.org>
Commit-Queue: Maks Orlovich <morlovich@chromium.org>
Reviewed-by: Orr Bernstein <orrb@google.com>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1370798}
2024-10-18 20:07:13 +00:00
..

This directory holds services that are: (a) Not considered part of Chrome's foundation (i.e., //services) or they have dependencies which we don't allow in /services (such as content or Blink), and (b) are entirely consumed by content/ (or exposed via a content/public interface).

If in doubt about where your service belongs, contact services-dev@chromium.org.