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

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

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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/module_snapshot.h
diff --git a/third_party/crashpad/crashpad/snapshot/module_snapshot.h b/third_party/crashpad/crashpad/snapshot/module_snapshot.h
index 870eb20552a2a9f6762cb5b9987fba892cdf5d85..5989e4baae0e2195293202d2bd93a1b14a46fb4e 100644
--- a/third_party/crashpad/crashpad/snapshot/module_snapshot.h
+++ b/third_party/crashpad/crashpad/snapshot/module_snapshot.h
@@ -165,7 +165,7 @@ class ModuleSnapshot {
//! contain multiple annotations, so they are returned in a vector.
//!
//! For Mac OS X snapshots, these annotations are found by interpreting the
- //! module’s `__DATA, __crash_info` section as `crashreporter_annotations_t`.
+ //! module’s `__DATA,__crash_info` section as `crashreporter_annotations_t`.
//! System libraries using the crash reporter client interface may reference
//! annotations in this structure. Additional annotations messages may be
//! found in other locations, which may be module-specific. The dynamic linker
@@ -184,7 +184,7 @@ class ModuleSnapshot {
//! keys.”
//!
//! For Mac OS X snapshots, these annotations are found by interpreting the
- //! `__DATA, __crashpad_info` section as `CrashpadInfo`. Clients can use the
+ //! `__DATA,crashpad_info` section as `CrashpadInfo`. Clients can use the
//! Crashpad client interface to store annotations in this structure. Most
//! annotations under the client’s direct control will be retrievable by this
//! method. For clients such as Chrome, this includes the process type.

Powered by Google App Engine
This is Rietveld 408576698