tree: 5a39e5b2b9fbda0a6fced8cf063bd3a5de10035e [path history] [tgz]
  1. btm_browser_signin_detector.cc
  2. btm_browser_signin_detector.h
  3. btm_browser_signin_detector_factory.cc
  4. btm_browser_signin_detector_factory.h
  5. btm_browser_signin_detector_unittest.cc
  6. btm_devtools_browsertest.cc
  7. BUILD.gn
  8. DIR_METADATA
  9. OWNERS
  10. README.md
  11. stateful_bounce_counter.cc
  12. stateful_bounce_counter.h
chrome/browser/btm/README.md

Bounce Tracking Mitigations (BTM)

This directory contains the code for portions of Chromium's Bounce Tracking Mitigation (BTM) feature that have dependencies within //chrome.

The main feature implementation is found //content/browser/btm. For additional information on how bounce tracking mitigations work, see the README in that directory.