Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: base/trace_event/memory_dump_manager.cc

Issue 1101173002: Revert of Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory profiler.) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/trace_event/BUILD.gn ('k') | base/trace_event/trace_event.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 859e8e02dc75dfca8f5e5726c7db7f131d9dc34d..63d91bb44363eb28d44e294a4b91aa00281da8c3 100644
--- a/base/trace_event/memory_dump_manager.cc
+++ b/base/trace_event/memory_dump_manager.cc
@@ -17,8 +17,6 @@
#include "base/trace_event/malloc_dump_provider.h"
#include "base/trace_event/process_memory_maps_dump_provider.h"
#include "base/trace_event/process_memory_totals_dump_provider.h"
-#elif defined(OS_WIN)
-#include "base/trace_event/winheap_dump_provider_win.h"
#endif
namespace base {
@@ -167,8 +165,6 @@
RegisterDumpProvider(ProcessMemoryTotalsDumpProvider::GetInstance());
RegisterDumpProvider(ProcessMemoryMapsDumpProvider::GetInstance());
RegisterDumpProvider(MallocDumpProvider::GetInstance());
-#elif defined(OS_WIN)
- RegisterDumpProvider(WinHeapDumpProvider::GetInstance());
#endif
}
« no previous file with comments | « base/trace_event/BUILD.gn ('k') | base/trace_event/trace_event.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698