summaryrefslogtreecommitdiffstats
path: root/components/component_updater/component_updater_service_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite component update service in terms of components/update_client.sorin2015-05-261-0/+111
The goal of this change is to re-implement the component updater by reusing the common code in components/update_client while keeping the its public interface the same as before, in order to minimize changes in its existing clients. BUG=450337 Review URL: https://codereview.chromium.org/1133443002 Cr-Commit-Position: refs/heads/master@{#331412}