memory-infra: Stop using RequestGlobalDump in MemoryDumpManagerTest
This CL changes the memory-infra unittests to not depend on the RequestGlobalDump() API. From a logical viewpoint, the RequestGlobalDump() is not needed for an in-process-only test like MemoryDumpManagerTest. From a more practical viewpoint, this refactoring is required in preparation of the next CLs that will remove MemoryDumpManager::RequestGlobalDump() method and move all the clients to directly use the service. This CL doesn't cause any behavior change in memory-infra. BUG=720352 TBR=thakis Change-Id: I82ee1bf94dab55798be727f0ae70a1fede6634ca Reviewed-on: https://chromium-review.googlesource.com/525534Reviewed-by:Primiano Tucci <primiano@chromium.org> Reviewed-by:
siddhartha sivakumar <ssid@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Hector Dearman <hjd@chromium.org> Commit-Queue: siddhartha sivakumar <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#477851}
Showing
This diff is collapsed.
Please register or sign in to comment