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

Unified Diff: third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.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/win/process_snapshot_win.h
diff --git a/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.h b/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.h
index 2f7f9cbad848a67a33a3a4abe4517a3eb0338e74..2158f062054f6b16f0fe61eec1d62dce083d7eac 100644
--- a/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.h
+++ b/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.h
@@ -16,6 +16,7 @@
#define CRASHPAD_SNAPSHOT_WIN_PROCESS_SNAPSHOT_WIN_H_
#include <windows.h>
+#include <stdint.h>
#include <sys/time.h>
#include <sys/types.h>
@@ -143,7 +144,8 @@ class ProcessSnapshotWin final : public ProcessSnapshot {
private:
// Initializes threads_ on behalf of Initialize().
- void InitializeThreads(bool gather_indirectly_referenced_memory);
+ void InitializeThreads(bool gather_indirectly_referenced_memory,
+ uint32_t indirectly_referenced_memory_cap);
// Initializes modules_ on behalf of Initialize().
void InitializeModules();

Powered by Google App Engine
This is Rietveld 408576698