mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-17 20:27:23 +02:00
Fixes a shutdown crash due to `ExtensionsBrowserClient::Set(nullptr)` being called too early. Some code that may occasionally be triggered via `content::ContentMainShutdown()` is expecting the extensions objects to still be valid. This new ownership pattern matches the code in chrome/.