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

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/