tree: e2ce7f799dbbfca9e14c9fc5e7343bda93660c0f [path history] [tgz]
  1. chrome_features_service_provider.cc
  2. chrome_features_service_provider.h
  3. component_updater_service_provider.cc
  4. component_updater_service_provider.h
  5. cryptohome_key_delegate_service_provider.cc
  6. cryptohome_key_delegate_service_provider.h
  7. cryptohome_key_delegate_service_provider_browsertest.cc
  8. dbus_helper.cc
  9. dbus_helper.h
  10. drive_file_stream_service_provider.cc
  11. drive_file_stream_service_provider.h
  12. kiosk_info_service_provider.cc
  13. kiosk_info_service_provider.h
  14. libvda_service_provider.cc
  15. libvda_service_provider.h
  16. machine_learning_decision_service_provider.cc
  17. machine_learning_decision_service_provider.h
  18. metrics_event_service_provider.cc
  19. metrics_event_service_provider.h
  20. org.chromium.ChromeFeaturesService.conf
  21. org.chromium.ComponentUpdaterService.conf
  22. org.chromium.CryptohomeKeyDelegate.conf
  23. org.chromium.DriveFileStreamService.conf
  24. org.chromium.KioskAppService.conf
  25. org.chromium.LibvdaService.conf
  26. org.chromium.MachineLearningDecisionService.conf
  27. org.chromium.MetricsEventService.conf
  28. org.chromium.NetworkProxyService.conf
  29. org.chromium.PluginVmService.conf
  30. org.chromium.ScreenLockService.conf
  31. org.chromium.VirtualFileRequestService.conf
  32. org.chromium.VmApplicationsService.conf
  33. OWNERS
  34. plugin_vm_service_provider.cc
  35. plugin_vm_service_provider.h
  36. proxy_resolution_service_provider.cc
  37. proxy_resolution_service_provider.h
  38. proxy_resolution_service_provider_browsertest.cc
  39. proxy_resolution_service_provider_unittest.cc
  40. README.md
  41. screen_lock_service_provider.cc
  42. screen_lock_service_provider.h
  43. virtual_file_request_service_provider.cc
  44. virtual_file_request_service_provider.h
  45. vm_applications_service_provider.cc
  46. vm_applications_service_provider.h
chrome/browser/chromeos/dbus/README.md

This directory contains implementations of D-Bus services that are owned by Chrome (because they depend on functionality located within //chrome).

Please see Chrome OS D-Bus Usage in Chrome for information about adding D-Bus services.