Index: base/trace_event/process_memory_maps.h |
diff --git a/base/trace_event/process_memory_maps.h b/base/trace_event/process_memory_maps.h |
index 3dfcc0c988beaf0bc879b8da5c35366e807c119a..2c8191b8e7c972df7382da5f89e2877a80263bb7 100644 |
--- a/base/trace_event/process_memory_maps.h |
+++ b/base/trace_event/process_memory_maps.h |
@@ -25,6 +25,7 @@ class BASE_EXPORT ProcessMemoryMaps { |
static const uint32_t kProtectionFlagsRead; |
static const uint32_t kProtectionFlagsWrite; |
static const uint32_t kProtectionFlagsExec; |
+ static const uint32_t kProtectionFlagsMayshare; |
VMRegion(); |