tree: 69b939e691169e4588a025e8086479451f25a586 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. feature.cc
  4. feature.h
  5. feature_unittest.cc
  6. OWNERS
  7. pref_names.cc
  8. pref_names.h
  9. README.md
  10. scoped_unified_consent.cc
  11. scoped_unified_consent.h
  12. unified_consent_metrics.cc
  13. unified_consent_metrics.h
  14. unified_consent_service.cc
  15. unified_consent_service.h
  16. unified_consent_service_unittest.cc
  17. url_keyed_data_collection_consent_helper.cc
  18. url_keyed_data_collection_consent_helper.h
  19. url_keyed_data_collection_consent_helper_unittest.cc
components/unified_consent/README.md

The Unified Consent component contains the browser keyed service that manages user consent when the Unified Consent feature is enabled. It also holds the prefs and the APIs allowing the various Chromium features to verify if the user has given consent for a given feature.

This component is currently in development.

The component is used on all platforms (desktop, ChromeOS, Android and iOS).