Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
chromeos 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_addition_options.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_addition_result.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_addition_result.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_facade.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_facade.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_facade_impl.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_facade_impl.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_facade_impl_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_test_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_test_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
account_manager_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
mock_account_manager_facade.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
mock_account_manager_facade.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
pref_names.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
pref_names.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

//components/account_manager_core

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

The build targets contained in this component can be depended on by Ash (Chrome OS) and Lacros (Chrome browser) both. Ash and Lacros’s common dependencies must be placed here, to avoid cyclic dependencies between Ash and Lacros.

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

Also, see:

  • //chrome/browser/lacros/account_manager/
  • //chromeos/ash/components/account_manager/