Index: third_party/WebKit/public/platform/WebMemoryDumpProvider.h |
diff --git a/third_party/WebKit/public/platform/WebMemoryDumpProvider.h b/third_party/WebKit/public/platform/WebMemoryDumpProvider.h |
index 725c92ad5794bcdf757ec71ed4b8455f30c85ccb..b5cf89bc3a4cf0ef13018bfe57c1476bd304323b 100644 |
--- a/third_party/WebKit/public/platform/WebMemoryDumpProvider.h |
+++ b/third_party/WebKit/public/platform/WebMemoryDumpProvider.h |
@@ -16,6 +16,7 @@ class WebProcessMemoryDump; |
// TODO(hajimehoshi): Remove this and use base::trace_event:: |
// MemoryDumpLevelOfDetail instead. |
enum class WebMemoryDumpLevelOfDetail { |
+ Background, |
Light, |
Detailed |
}; |