tree: 5a51268114ba120db7f908fc088ec1f7475ec821 [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. btm_service_unittest.cc
  8. BUILD.gn
  9. DIR_METADATA
  10. OWNERS
  11. README.md
  12. stateful_bounce_counter.cc
  13. 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.