Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
caller_validation.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
caller_validation.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
caller_validation_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevated_recovery_impl.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevated_recovery_impl.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevated_recovery_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevation_service.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevation_service.rc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevation_service_exe.ver 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevation_service_idl.idl 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevator.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevator.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
elevator_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
run_all_unittests.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
scoped_mock_context.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
scoped_mock_context.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
service_main.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
service_main.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
service_main_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an

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.