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 eb82ac227919946154dc650a6faeef087a773718..f9361130fc844e632ac87e8d2c23fb77aaf217af 100644 |
--- a/base/trace_event/memory_dump_manager.cc |
+++ b/base/trace_event/memory_dump_manager.cc |
@@ -398,9 +398,7 @@ void MemoryDumpManager::ContinueAsyncProcessDump( |
if (!mdpinfo->disabled) { |
if (mdpinfo->consecutive_failures >= kMaxConsecutiveFailuresCount) { |
mdpinfo->disabled = true; |
- disabled_reason = |
- "Dump failure, possibly related with sandboxing (crbug.com/461788)." |
- " Try --no-sandbox."; |
+ disabled_reason = "Dump failed multiple times consecutively."; |
} else if (post_task_failed && mdpinfo->task_runner) { |
// Don't disable unbound dump providers. The utility thread is normally |
// shutdown when disabling the trace and getting here in this case is |