Chromium Code Reviews
DescriptionClean up the unpack directory for CRLSet component.
In the current implementation of the component updater, the component
installer owns the unpack path of a component and it is responsible
for deleting the unpack path before the execution flow returns to
the component updater during the update of a component.
For most components, this clean up is done in the implementation of
the DefaultComponentInstaller class. However, CRLSet is one of the few
components which is not reusing the DefaultComponentInstaller for
its component installer. As a result, it is leaking the content of
the unpack path after each update cycle.
It is not clear when this regression has been introduced.
BUG=725671
Review-Url: https://codereview.chromium.org/2906683002
Cr-Commit-Position: refs/heads/master@{#474700}
Committed: https://chromium.googlesource.com/chromium/src/+/3ef0c4a62c3bbc2cea73b2821fa6637570c94888
Patch Set 1 #
Messages
Total messages: 17 (10 generated)
|
|||||||||||||||||||