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

Unified Diff: snapshot/win/process_snapshot_win_test.cc

Issue 1392093003: win: Capture some CRITICAL_SECTION debugging data (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 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/win/process_snapshot_win.cc ('k') | tools/generate_dump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/win/process_snapshot_win_test.cc
diff --git a/snapshot/win/process_snapshot_win_test.cc b/snapshot/win/process_snapshot_win_test.cc
index 35cfc68c25334aaa44e60d1443b5cb638631333a..0c4c3436f7e23156d25b51f6dc40787ca65f3b55 100644
--- a/snapshot/win/process_snapshot_win_test.cc
+++ b/snapshot/win/process_snapshot_win_test.cc
@@ -52,8 +52,8 @@ void TestImageReaderChild(const base::string16& directory_modification) {
ScopedProcessSuspend suspend(child.process_handle());
ProcessSnapshotWin process_snapshot;
- ASSERT_TRUE(process_snapshot.Initialize(child.process_handle(),
- ProcessSuspensionState::kSuspended));
+ ASSERT_TRUE(process_snapshot.Initialize(
+ child.process_handle(), ProcessSuspensionState::kSuspended, 0));
ASSERT_GE(process_snapshot.Modules().size(), 2u);
« no previous file with comments | « snapshot/win/process_snapshot_win.cc ('k') | tools/generate_dump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698