tree: 43c08ba2c2b75024c590cfbb340ed221396e3ee1 [path history] [tgz]
  1. account_manager_ash.cc
  2. account_manager_ash.h
  3. account_manager_ash_unittest.cc
  4. ash_chrome_service_impl.cc
  5. ash_chrome_service_impl.h
  6. browser_loader.cc
  7. browser_loader.h
  8. browser_manager.cc
  9. browser_manager.h
  10. browser_util.cc
  11. browser_util.h
  12. browser_util_unittest.cc
  13. DEPS
  14. environment_provider.cc
  15. environment_provider.h
  16. feedback_ash.cc
  17. feedback_ash.h
  18. keystore_service_ash.cc
  19. keystore_service_ash.h
  20. message_center_ash.cc
  21. message_center_ash.h
  22. message_center_ash_unittest.cc
  23. OWNERS
  24. README.md
  25. screen_manager_ash.cc
  26. screen_manager_ash.h
  27. screen_manager_ash_browsertest.cc
  28. select_file_ash.cc
  29. select_file_ash.h
  30. test_mojo_connection_manager.cc
  31. test_mojo_connection_manager.h
  32. test_mojo_connection_manager_unittest.cc
chrome/browser/chromeos/crosapi/README.md

This directory contains the ash-chrome implementation of the ChromeOS API (//chromeos/crosapi). This is the system implementation of ChromeOS-specific functionality which lacros-chrome requires.

There are currently two types of files in this directory:

  • Files for launching and connecting to lacros-chrome. These are named lacros_foo.
  • Files that implement the crosapi. These are named foo_ash.