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

Unified Diff: third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h

Issue 1921833002: Update Crashpad to 00d458adaf3868999eeab5341fce5bedb81d17a1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win fixes Created 4 years, 8 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
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

Powered by Google App Engine
This is Rietveld 408576698