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

Unified Diff: snapshot/mac/process_snapshot_mac.cc

Issue 1095403002: Fix typo in ProcessSnapshotMac::ParentProcessID (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_snapshot_mac.cc
diff --git a/snapshot/mac/process_snapshot_mac.cc b/snapshot/mac/process_snapshot_mac.cc
index 6d907ee07aac6868de8110692d5dd78c3f3b2550..b8c0b531aa623460cf6f7c7ee73272db155b6e1c 100644
--- a/snapshot/mac/process_snapshot_mac.cc
+++ b/snapshot/mac/process_snapshot_mac.cc
@@ -122,7 +122,7 @@ pid_t ProcessSnapshotMac::ProcessID() const {
pid_t ProcessSnapshotMac::ParentProcessID() const {
INITIALIZATION_STATE_DCHECK_VALID(initialized_);
- return process_reader_.ProcessID();
+ return process_reader_.ParentProcessID();
}
void ProcessSnapshotMac::SnapshotTime(timeval* snapshot_time) const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698