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

Unified Diff: util/win/process_info.h

Issue 1376353002: win: fix VirtualQueryEx on < win10 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 3 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 | util/win/process_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/process_info.h
diff --git a/util/win/process_info.h b/util/win/process_info.h
index 5af28bd762bddabcc62f2f8be5e7cb88150f7ff0..c8bac70212c5d597d75c07b40f326149ac3bb4e0 100644
--- a/util/win/process_info.h
+++ b/util/win/process_info.h
@@ -141,7 +141,9 @@ class ProcessInfo {
WinVMAddress peb_address_vmaddr,
ProcessInfo* process_info);
- friend bool ReadMemoryInfo(HANDLE process, ProcessInfo* process_info);
+ friend bool ReadMemoryInfo(HANDLE process,
+ bool is_64_bit,
+ ProcessInfo* process_info);
pid_t process_id_;
pid_t inherited_from_process_id_;
« no previous file with comments | « no previous file | util/win/process_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698