tree: 90ab361f05d4d28b6e83ac7780e03e37db4822ba [path history] [tgz]
  1. ash_chrome_service_impl.cc
  2. ash_chrome_service_impl.h
  3. browser_loader.cc
  4. browser_loader.h
  5. browser_manager.cc
  6. browser_manager.h
  7. browser_util.cc
  8. browser_util.h
  9. browser_util_unittest.cc
  10. DEPS
  11. keystore_service_ash.cc
  12. keystore_service_ash.h
  13. message_center_ash.cc
  14. message_center_ash.h
  15. message_center_ash_unittest.cc
  16. OWNERS
  17. README.md
  18. screen_manager_ash.cc
  19. screen_manager_ash.h
  20. screen_manager_ash_browsertest.cc
  21. select_file_ash.cc
  22. select_file_ash.h
  23. test_mojo_connection_manager.cc
  24. test_mojo_connection_manager.h
  25. 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_crosapi.