#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_TEST_UTILS_H_
#define BASE_TRACE_EVENT_MEMORY_DUMP_MANAGER_TEST_UTILS_H_
#include "base/functional/bind.h"
#include "base/trace_event/memory_dump_manager.h"
#include "base/trace_event/memory_dump_request_args.h"
namespace base {
namespace trace_event {
void RequestGlobalDumpForInProcessTesting(
base::trace_event::MemoryDumpType dump_type,
base::trace_event::MemoryDumpLevelOfDetail level_of_detail) { … }
void InitializeMemoryDumpManagerForInProcessTesting(bool is_coordinator) { … }
}
}
#endif