0
Files
src/content/services
Qingxin Wu 6fcd97e0dc Add browserSignals.forDebuggingOnlySampling
...to generateBid() and scoreAd(), to tell whether fDO sampling is
enabled. The new signal is behind a flag, and only available when the
flag is enabled. It's always set to false for now even when it's
available.

Bug: 391877228

Change-Id: I0e8bcf1c4dc9bed5110fb9c48427d1f3526cb162
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6265086
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Qingxin Wu <qingxinwu@google.com>
Reviewed-by: Maks Orlovich <morlovich@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1422110}
2025-02-19 11:37:11 -08: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.