[base] Introduce base::Delete/ReleaseSoon
A git cl split will follow this CL to migrate BrowserThread::DeleteSoon(BrowserThread::ID, FROM_HERE, *); to base::DeleteSoon(FROM_HERE, {BrowserThread::ID}, *); and will ask owners to verify that this no-op change indeed matches the code's intent. R=fdoray@chromium.org Bug: 1019767 Change-Id: I83111c55ea713f50c46761cf4d83ff593f7d505b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890632Reviewed-by:François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#711362}
Showing
Please register or sign in to comment