Skip to content

Commit

Permalink
Revert of Add a WinHeap dump provider to the memory profiler. (patchset
Browse files Browse the repository at this point in the history
#2 id:40001 of https://codereview.chromium.org/1100173002/)

Reason for revert:
This change has broke the CQ build:

http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN%20%28dbg%29/builds/240

Original issue's description:
> Add a WinHeap dump provider to the memory profiler.
>
> BUG=466141
>
> Committed: https://crrev.com/62215af64daf642c492fc2002cffc287b2c3bb09
> Cr-Commit-Position: refs/heads/master@{#326501}

TBR=primiano@chromium.org,chrisha@chromium.org,nduca@chromium.org,sebmarchand@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=466141

Review URL: https://codereview.chromium.org/1101853002

Cr-Commit-Position: refs/heads/master@{#326503}
  • Loading branch information
jonross authored and Commit bot committed Apr 23, 2015
1 parent d15048d commit ae2b94f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 245 deletions.
4 changes: 0 additions & 4 deletions base/trace_event/memory_dump_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -167,8 +165,6 @@ void MemoryDumpManager::Initialize() {
RegisterDumpProvider(ProcessMemoryTotalsDumpProvider::GetInstance());
RegisterDumpProvider(ProcessMemoryMapsDumpProvider::GetInstance());
RegisterDumpProvider(MallocDumpProvider::GetInstance());
#elif defined(OS_WIN)
RegisterDumpProvider(WinHeapDumpProvider::GetInstance());
#endif
}

Expand Down
3 changes: 0 additions & 3 deletions base/trace_event/trace_event.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
'trace_event/trace_event_system_stats_monitor.h',
'trace_event/trace_event_win.cc',
'trace_event/trace_event_win.h',
'trace_event/winheap_dump_provider_win.cc',
'trace_event/winheap_dump_provider_win.h',
],
'conditions': [
['OS == "linux" or OS == "android"', {
Expand All @@ -65,7 +63,6 @@
'trace_event/trace_event_system_stats_monitor_unittest.cc',
'trace_event/trace_event_unittest.cc',
'trace_event/trace_event_win_unittest.cc',
'trace_event/winheap_dump_provider_win_unittest.cc',
],
},
}
105 changes: 0 additions & 105 deletions base/trace_event/winheap_dump_provider_win.cc

This file was deleted.

54 changes: 0 additions & 54 deletions base/trace_event/winheap_dump_provider_win.h

This file was deleted.

79 changes: 0 additions & 79 deletions base/trace_event/winheap_dump_provider_win_unittest.cc

This file was deleted.

0 comments on commit ae2b94f

Please sign in to comment.