tree: c7bb1c234d6c857f399d4bc287eaf85bb295fef6 [path history] [tgz]
  1. browser_manager.cc
  2. browser_manager.h
  3. BUILD.gn
  4. crosapi_ash.cc
  5. crosapi_ash.h
  6. crosapi_id.h
  7. crosapi_manager.cc
  8. crosapi_manager.h
  9. crosapi_util.cc
  10. crosapi_util.h
  11. crosapi_util_unittest.cc
  12. DEPS
  13. DIR_METADATA
  14. document_scan_ash.cc
  15. document_scan_ash.h
  16. document_scan_ash_type_converters.cc
  17. document_scan_ash_type_converters.h
  18. document_scan_ash_type_converters_unittest.cc
  19. document_scan_ash_unittest.cc
  20. file_system_provider_service_ash.cc
  21. file_system_provider_service_ash.h
  22. files_app_launcher.cc
  23. files_app_launcher.h
  24. keystore_service_ash.cc
  25. keystore_service_ash.h
  26. keystore_service_ash_unittest.cc
  27. keystore_service_factory_ash.cc
  28. keystore_service_factory_ash.h
  29. local_printer_ash.cc
  30. local_printer_ash.h
  31. local_printer_ash_unittest.cc
  32. magic_boost_ash_browsertest.cc
  33. OWNERS
  34. power_ash_apitest.cc
  35. primary_profile_creation_waiter.cc
  36. primary_profile_creation_waiter.h
  37. primary_profile_creation_waiter_unittest.cc
  38. print_preview_ash_browsertest.cc
  39. README.md
  40. test_crosapi_environment.cc
  41. test_crosapi_environment.h
  42. test_local_printer_ash.cc
  43. test_local_printer_ash.h
  44. video_conference_ash_browsertest.cc
  45. vpn_service_ash.cc
  46. vpn_service_ash.h
chrome/browser/ash/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.