Index: base/trace_event/memory_dump_manager.cc |
diff --git a/base/trace_event/memory_dump_manager.cc b/base/trace_event/memory_dump_manager.cc |
index a0cc7e124ea098f9d4369db9c3981bcc23083988..1b500e83a0af3039cab25780b08a7bf8ffcff505 100644 |
--- a/base/trace_event/memory_dump_manager.cc |
+++ b/base/trace_event/memory_dump_manager.cc |
@@ -249,7 +249,7 @@ void MemoryDumpManager::UnregisterDumpProviderInternal( |
// - In the prologue of the ContinueAsyncProcessDump(). |
DCHECK(!(*mdp_iter)->owned_dump_provider); |
(*mdp_iter)->owned_dump_provider = std::move(owned_mdp); |
- } else if (subtle::NoBarrier_Load(&memory_tracing_enabled_)) { |
+ } else { |
// If you hit this DCHECK, your dump provider has a bug. |
// Unregistration of a MemoryDumpProvider is safe only if: |
// - The MDP has specified a thread affinity (via task_runner()) AND |