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

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

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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
« no previous file with comments | « third_party/crashpad/crashpad/navbar.md ('k') | third_party/crashpad/crashpad/snapshot/cpu_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/snapshot/capture_memory.h
diff --git a/third_party/crashpad/crashpad/snapshot/capture_memory.h b/third_party/crashpad/crashpad/snapshot/capture_memory.h
index ef5f4ed9234e50e9cd6e5ec069c29bf4ec8950d1..d6a3a6dfbc323223de797b8c9440805399211c25 100644
--- a/third_party/crashpad/crashpad/snapshot/capture_memory.h
+++ b/third_party/crashpad/crashpad/snapshot/capture_memory.h
@@ -71,8 +71,8 @@ class CaptureMemory {
//! unsigned) so that there's a reasonable chance that the value is a pointer.
//!
//! \param[in] context The context to inspect.
- //! \param[in] process_reader A MemoryCaptureProcessReader to read from the
- //! target process, and that handles adding new ranges.
+ //! \param[in] delegate A Delegate that handles reading from the target
+ //! process and adding new ranges.
static void PointedToByContext(const CPUContext& context, Delegate* delegate);
//! \brief For all pointer-like values in a memory range of the target
@@ -83,8 +83,8 @@ class CaptureMemory {
//! base address and size must be pointer-aligned and an integral number
//! of
//! pointers long.
- //! \param[in] process_reader A MemoryCaptureProcessReader to read from the
- //! target process, and that handles adding new ranges.
+ //! \param[in] delegate A Delegate that handles reading from the target
+ //! process and adding new ranges.
static void PointedToByMemoryRange(const MemorySnapshot& memory,
Delegate* delegate);
« no previous file with comments | « third_party/crashpad/crashpad/navbar.md ('k') | third_party/crashpad/crashpad/snapshot/cpu_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698