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: third_party/crashpad/crashpad/snapshot/mac/process_reader.h

Issue 2773813002: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 (Closed)
Patch Set: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 Created 3 years, 9 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
Index: third_party/crashpad/crashpad/snapshot/mac/process_reader.h
diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
index c369611070359fe77c708bea84f159282dac2c7e..72bd1dc6bed25d37d82a7eb40eead4bc19893f4a 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
+++ b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
@@ -124,9 +124,7 @@ class ProcessReader {
//! \brief Determines the target process’ start time.
//!
//! \param[out] start_time The time that the process started.
- void StartTime(timeval* start_time) const {
- process_info_.StartTime(start_time);
- }
+ void StartTime(timeval* start_time) const;
//! \brief Determines the target process’ execution time.
//!

Powered by Google App Engine
This is Rietveld 408576698