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

Unified Diff: snapshot/mac/thread_snapshot_mac.h

Issue 649633004: Add ModuleSnapshotMac (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_info
Patch Set: Rebase onto master Created 6 years, 2 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
« no previous file with comments | « snapshot/mac/module_snapshot_mac.cc ('k') | snapshot/module_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/thread_snapshot_mac.h
diff --git a/snapshot/mac/thread_snapshot_mac.h b/snapshot/mac/thread_snapshot_mac.h
index 1a9634aa5d3df4089e9f65711c577bb1d662b634..2467944e60c1f0f767435e58ffb6a7166191f2da 100644
--- a/snapshot/mac/thread_snapshot_mac.h
+++ b/snapshot/mac/thread_snapshot_mac.h
@@ -43,8 +43,8 @@ class ThreadSnapshotMac final : public ThreadSnapshot {
//!
//! \param[in] process_reader A ProcessReader for the task containing the
//! thread.
- //! \param[in] process_reader_thread The thread within the ProcessReader that
- //! for which the snapshot should be created.
+ //! \param[in] process_reader_thread The thread within the ProcessReader for
+ //! which the snapshot should be created.
//!
//! \return `true` if the snapshot could be created, `false` otherwise with
//! an appropriate message logged.
« no previous file with comments | « snapshot/mac/module_snapshot_mac.cc ('k') | snapshot/module_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698