tree: 0548e9131d60762090cbf78c4fd3f40bff54b995 [path history] [tgz]
  1. test/
  2. BUILD.gn
  3. DIR_METADATA
  4. first_party_sets_overrides_policy_handler.cc
  5. first_party_sets_overrides_policy_handler.h
  6. first_party_sets_overrides_policy_handler_unittest.cc
  7. first_party_sets_policy_browsertest.cc
  8. first_party_sets_pref_names.cc
  9. first_party_sets_pref_names.h
  10. OWNERS
  11. README.md
chrome/browser/first_party_sets/README.md

First-Party Sets

This directory is home to all First-Party Sets related code that requires being in the browser process (under chrome/browser/).

Most other First-Party Sets code lives in the Network Service under /services/network/first_party_sets/.

Relevant documentation:

Github explainer

First-Party Sets & SameParty Prototype Design Doc