tree: ab890dcb6d92e0a5763206e915e1e446f5e03b0b [path history] [tgz]
  1. chromeos/
  2. account.cc
  3. account.h
  4. account_addition_options.h
  5. account_manager_facade.cc
  6. account_manager_facade.h
  7. account_manager_facade_impl.cc
  8. account_manager_facade_impl.h
  9. account_manager_facade_impl_unittest.cc
  10. account_manager_test_util.cc
  11. account_manager_test_util.h
  12. account_manager_util.cc
  13. account_manager_util.h
  14. account_manager_util_unittest.cc
  15. account_upsertion_result.cc
  16. account_upsertion_result.h
  17. BUILD.gn
  18. DEPS
  19. DIR_METADATA
  20. mock_account_manager_facade.cc
  21. mock_account_manager_facade.h
  22. OWNERS
  23. pref_names.cc
  24. pref_names.h
  25. README.md
components/account_manager_core/README.md

//components/account_manager_core

This component holds the core data structures and public facing interfaces for Chrome OS Account Manager.

Currently this component exposes an interface for a facade for Account Manager - AccountManagerFacade - and data structures for Chrome OS accounts.

Also see //chromeos/ash/components/account_manager/.