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..a431e66737873d41a6856c35d025590be297411c 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; |
Primiano Tucci (use gerrit)
2016/02/11 13:51:48
ok, MayShare is good as a name as is less strong t
|
VMRegion(); |