[conversions] Clear storage data on history deletion
What: Delete Conversion Measurement API data when an origin is completely deleted from history. Why: This avoids a situation where the conversions database is the only place where any record of an origin is kept. There is no risk of web breakage by clearing API data, as the storage is not directly web observable. In contrast to other site data like cookies which stands the risk of breaking the web. How: Adds a new flow in BrowsingDataHistoryObserverService which clears StoragePartition data when an origin is completely deleted from history. Bug: 1108973 Change-Id: I5db807d965b654aea2a166080f48f9f690d8ec28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493707 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:Martin Šrámek <msramek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#826412}
Showing
Please register or sign in to comment