Index: third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h |
diff --git a/third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h b/third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h |
index eeb1904d6a8fe045f9d5da1df708e30052576444..17469b77f6c267691e05b925650cece9037d47d8 100644 |
--- a/third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h |
+++ b/third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h |
@@ -62,6 +62,9 @@ struct CrashpadInfoClientOptions { |
//! \sa CrashpadInfo::set_gather_indirectly_referenced_memory() |
TriState gather_indirectly_referenced_memory; |
+ |
+ //! \sa CrashpadInfo::set_gather_indirectly_referenced_memory() |
+ uint32_t indirectly_referenced_memory_cap; |
}; |
} // namespace crashpad |