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-Original-Commit-Position: refs/heads/master@{#474700}
Review-Url: https://codereview.chromium.org/2909693004 .
Cr-Commit-Position: refs/branch-heads/3071@{#707}
Cr-Branched-From: a106f0abbf69dad349d4aaf4bcc4f5d376dd2377-refs/heads/master@{#464641}
Committed: https://chromium.googlesource.com/chromium/src/+/5f54ca6de628657215c329dbc6bcf2720aad25dd
Patch Set 1 #
Messages
Total messages: 2 (1 generated)
|
|||||||||||||||||||