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

Unified Diff: Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp

Issue 1349183002: [tracing] Rename WebMemoryDumpLevelOfDetail enums to match chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/platform/heap/BlinkGCMemoryDumpProvider.cpp ('k') | public/platform/WebMemoryDumpProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
diff --git a/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp b/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
index 3fc62dfaedd2f818356133e387ef1241362cf339..3d5be0247e686045f5f62d9131e4b8037a7727e3 100644
--- a/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
+++ b/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp
@@ -17,7 +17,7 @@ TEST(BlinkGCDumpProviderTest, MemoryDump)
{
OwnPtr<WebProcessMemoryDump> dump = adoptPtr(Platform::current()->createProcessMemoryDump());
ASSERT(dump);
- BlinkGCMemoryDumpProvider::instance()->onMemoryDump(WebMemoryDumpLevelOfDetail::High, dump.get());
+ BlinkGCMemoryDumpProvider::instance()->onMemoryDump(WebMemoryDumpLevelOfDetail::Detailed, dump.get());
ASSERT(dump->getMemoryAllocatorDump(String::format("blink_gc")));
ASSERT(dump->getMemoryAllocatorDump(String::format("blink_gc/allocated_objects")));
}
« no previous file with comments | « Source/platform/heap/BlinkGCMemoryDumpProvider.cpp ('k') | public/platform/WebMemoryDumpProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698