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

Unified Diff: third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.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/mac/mach_o_image_reader.h
diff --git a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
index d211ce9c66fce90a762853bae8cfcf4f6559452e..40eddc223dbc36515e576852822394c79aaf4441 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
+++ b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
@@ -270,8 +270,9 @@ class MachOImageReader {
//! \brief Obtains the module’s CrashpadInfo structure.
//!
//! \return `true` on success, `false` on failure. If the module does not have
- //! a `__crashpad_info` section, this will return `false` without logging
- //! any messages. Other failures will result in messages being logged.
+ //! a `__DATA,crashpad_info` section, this will return `false` without
+ //! logging any messages. Other failures will result in messages being
+ //! logged.
bool GetCrashpadInfo(process_types::CrashpadInfo* crashpad_info) const;
private:

Powered by Google App Engine
This is Rietveld 408576698