tree: 50d2c182c6c6157d56c3608c9f474ff2513fab6d [path history] [tgz]
  1. extension_app_launch_manager.cc
  2. extension_app_launch_manager.h
  3. launch_manager.cc
  4. launch_manager.h
  5. launch_service.cc
  6. launch_service.h
  7. launch_service_factory.cc
  8. launch_service_factory.h
  9. OWNERS
  10. README.md
chrome/browser/apps/launch_service/README.md

The Launch Service provides browser-specific functions for launching application.

For example, Chrome Apps (platform apps and legacy packaged apps), and BMO-based Desktop PWAs can be launched using this service.

The intent is to merge LaunchService into the AppService, specifically AppServiceProxy.

See //chrome/services/app_service/README.md for a description of the App Service.