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

Unified Diff: public/platform/WebMemoryDumpProvider.h

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/BlinkGCMemoryDumpProviderTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMemoryDumpProvider.h
diff --git a/public/platform/WebMemoryDumpProvider.h b/public/platform/WebMemoryDumpProvider.h
index 2cf5bbead79f6f5246d76bcc5d114ce276b1443f..df151e8297bd2e1e5a406a6f8703a4d8a6bdff2a 100644
--- a/public/platform/WebMemoryDumpProvider.h
+++ b/public/platform/WebMemoryDumpProvider.h
@@ -14,8 +14,8 @@ class WebProcessMemoryDump;
// Used to specify the type of memory dump the WebMemoryDumpProvider should
// generate on dump requests.
enum class WebMemoryDumpLevelOfDetail {
- Low,
- High
+ Light,
+ Detailed
};
// Base interface to be part of the memory tracing infrastructure. Blink classes
« no previous file with comments | « Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698