Enforce singleton not allowed behavior for CONTINUE_ON_SHUTDOWN tasks
CONTINUE_ON_SHUTDOWN means the thread running the task will not be joined on shutdown and may not have a valid singleton/lazy_instance at that moment. Also made DhcpcsvcInitSingleton explicitly leaky to avoid the AssertSingletonAllowed() dcheck. BUG=478209 Committed: https://crrev.com/de7e9038663d69356e558764d5a7b215e8b49b5b Review-Url: https://codereview.chromium.org/1904273002 Cr-Original-Commit-Position: refs/heads/master@{#390125} Cr-Commit-Position: refs/heads/master@{#406053}
Showing
Please register or sign in to comment