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

Unified Diff: util/mac/process_reader.cc

Issue 650993003: ProcessReader: Fix comment about TASK_BASIC_INFO_64 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/process_reader.cc
diff --git a/util/mac/process_reader.cc b/util/mac/process_reader.cc
index c422876d12f9770e0e95f2ced9ef7d9afa610459..e0f322d24aaa6f85a9b8b6a5f236a5a2480b93ae 100644
--- a/util/mac/process_reader.cc
+++ b/util/mac/process_reader.cc
@@ -151,7 +151,7 @@ bool ProcessReader::CPUTimes(timeval* user_time, timeval* system_time) const {
timerclear(system_time);
// As of the 10.8 SDK, the preferred routine is MACH_TASK_BASIC_INFO.
- // TASK_BASIC_INFO_64_COUNT is equivalent and works on earlier systems.
+ // TASK_BASIC_INFO_64 is equivalent and works on earlier systems.
task_basic_info_64 task_basic_info;
mach_msg_type_number_t task_basic_info_count = TASK_BASIC_INFO_64_COUNT;
kern_return_t kr = task_info(task_,
« 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