tree: 731e82bd37d535f719a9848177f4c32bab467e8a
  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. DEPS
  10. DIR_METADATA
  11. OWNERS
  12. power_ash_apitest.cc
  13. README.md
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.