summaryrefslogtreecommitdiff
path: root/chromium/base/trace_event/memory_dump_request_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/trace_event/memory_dump_request_args.h')
-rw-r--r--chromium/base/trace_event/memory_dump_request_args.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/base/trace_event/memory_dump_request_args.h b/chromium/base/trace_event/memory_dump_request_args.h
index adf8d26e600..a3e9d0c9c7e 100644
--- a/chromium/base/trace_event/memory_dump_request_args.h
+++ b/chromium/base/trace_event/memory_dump_request_args.h
@@ -74,15 +74,6 @@ struct BASE_EXPORT MemoryDumpRequestArgs {
MemoryDumpLevelOfDetail level_of_detail;
};
-// Initial request arguments for a global memory dump. (see
-// MemoryDumpManager::RequestGlobalMemoryDump()). Keep this consistent with
-// memory_instrumentation.mojo and memory_instrumentation_struct_traits.{h,cc}
-// TODO(hjd): Move this to memory_instrumentation, crbug.com/776726
-struct BASE_EXPORT GlobalMemoryDumpRequestArgs {
- MemoryDumpType dump_type;
- MemoryDumpLevelOfDetail level_of_detail;
-};
-
// Args for ProcessMemoryDump and passed to OnMemoryDump calls for memory dump
// providers. Dump providers are expected to read the args for creating dumps.
struct MemoryDumpArgs {