tree: 93ed4e1c0e86d6e1ef05780a5f3bcc8a9de51634 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. lacros_chrome_service_delegate.h
  4. lacros_chrome_service_impl.cc
  5. lacros_chrome_service_impl.h
  6. lacros_chrome_service_impl_never_blocking_state.cc
  7. lacros_chrome_service_impl_never_blocking_state.h
  8. OWNERS
  9. README.md
  10. system_idle_cache.cc
  11. system_idle_cache.h
chromeos/lacros/README.md

This directory contains the lacros-chrome client implementation of the ChromeOS API (//chromeos/crosapi). This is primarily glue code that allows lacros-chrome to access interfaces exposed by ash-chrome.

Examples of contained functionality include:

  • Device interaction (e.g. querying displays)
  • System provided UI components (e.g. file picker)

The closest equivalent on other operating systems would be a client-side library that provides OS-specific functionality, such as Win32 or Cocoa.