Files
brave-core/browser
Netzenbot d6fb877f0a Fix BraveImporterBrowserTest.ReImportExtensions DCHECK failure (#33876)
The LeveldbValueStore created by TestValueStoreFactory registers itself
as a memory dump provider. When a memory dump is triggered during the
NonBlockingDelay polling loop, it attempts to create a dump with name
"extensions/value_store/Extensions.Database.Open.Test/<ptr>" which is
not in the kAllocatorDumpNameAllowlist, causing a DCHECK failure.

Scope the store so it is destroyed (and unregistered) before the
polling loop runs.

Resolves brave/brave-browser#52739
2026-02-12 11:49:30 -05:00
..