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

Unified Diff: client/simulate_crash_mac_test.cc

Issue 1305893010: Don’t trigger EXC_CORPSE_NOTIFY on OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback 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 | « client/crashpad_client_mac.cc ('k') | compat/mac/AvailabilityMacros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/simulate_crash_mac_test.cc
diff --git a/client/simulate_crash_mac_test.cc b/client/simulate_crash_mac_test.cc
index e585838ae34fb685a89ca990e513291c8b592fb0..7e0109a3f3f033dc692828f3cf826191551c91e8 100644
--- a/client/simulate_crash_mac_test.cc
+++ b/client/simulate_crash_mac_test.cc
@@ -228,7 +228,7 @@ class TestSimulateCrashMac final : public MachMultiprocess,
ExcServerCopyState(
behavior, old_state, old_state_count, new_state, new_state_count);
- return ExcServerSuccessfulReturnValue(behavior, true);
+ return ExcServerSuccessfulReturnValue(exception, behavior, true);
}
private:
« no previous file with comments | « client/crashpad_client_mac.cc ('k') | compat/mac/AvailabilityMacros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698