Reland of https://codereview.chromium.org/1087133005/ (Add a WinHeap dump provider...
commitb2f7e9c9d02f5f5760987f1ab750fceaf41f0bec
authorsebmarchand <sebmarchand@chromium.org>
Fri, 24 Apr 2015 11:30:50 +0000 (24 04:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 24 Apr 2015 11:30:58 +0000 (24 11:30 +0000)
tree3a8c99ab9f304ac9361768c113be35ef6db4b85d
parentb440d495ed3ada98fd368d5d7a3315b8e029390a
Reland of https://codereview.chromium.org/1087133005/ (Add a WinHeap dump provider to the memory profiler.)

Reason for reland: A flaky test has been removed. (WinHeapDumpProviderTest.GetHeapInformation)

Add a WinHeap dump provider to the memory profiler.

TBR=nduca@chromium.org
BUG=466141

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

Cr-Commit-Position: refs/heads/master@{#326771}
base/trace_event/BUILD.gn
base/trace_event/memory_dump_manager.cc
base/trace_event/trace_event.gypi
base/trace_event/winheap_dump_provider_win.cc [new file with mode: 0644]
base/trace_event/winheap_dump_provider_win.h [new file with mode: 0644]
base/trace_event/winheap_dump_provider_win_unittest.cc [new file with mode: 0644]