Index: base/trace_event/memory_dump_manager_unittest.cc |
diff --git a/base/trace_event/memory_dump_manager_unittest.cc b/base/trace_event/memory_dump_manager_unittest.cc |
index 464ca2da48c5e8e6a224668b92e7487946b0cd7e..d32bdaaa93c22f6fff3fef0e0e10cbfafb72d015 100644 |
--- a/base/trace_event/memory_dump_manager_unittest.cc |
+++ b/base/trace_event/memory_dump_manager_unittest.cc |
@@ -717,8 +717,7 @@ |
// Tests against race conditions that might arise when disabling tracing in the |
// middle of a global memory dump. |
-// TODO(ssid): Enable this test once crbug.com/555584 is fixed. |
-TEST_F(MemoryDumpManagerTest, DISABLED_DisableTracingWhileDumping) { |
+TEST_F(MemoryDumpManagerTest, DisableTracingWhileDumping) { |
base::WaitableEvent tracing_disabled_event(false, false); |
InitializeMemoryDumpManager(false /* is_coordinator */); |