tree: 6b2e28dc8755545f6f66759552c8257f4704bb94 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. elevated_recovery_impl.cc
  4. elevated_recovery_impl.h
  5. elevated_recovery_unittest.cc
  6. elevation_service.cc
  7. elevation_service.rc
  8. elevation_service_exe.ver
  9. elevation_service_idl.idl
  10. elevator.cc
  11. elevator.h
  12. OWNERS
  13. README.md
  14. run_all_unittests.cc
  15. service_main.cc
  16. service_main.h
  17. service_main_unittest.cc
chrome/elevation_service/README.md

This directory contains the code for a COM server that handles elevation requests. This code is compiled into an executable named elevation_service.exe.

This is a standalone executable.

Currently, the elevation service is only installed for Google Chrome builds. The primary use case at the moment for the service has to do with the Chrome recovery component. The recovery component is registered only for Google Chrome builds. It repairs the Chrome updater (Google Update) when the algorithm detects that Chrome is not being updated. Since Chrome could be installed per-system or per-user, an elevation service is needed to repair the code in the per-system install case.