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

Unified Diff: third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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/handler/win/self_destroying_test_program.cc
diff --git a/third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc b/third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc
index ac358ef03a9c183c2cf63e6dd7660a0e1843c76c..672e4df3f4048129958740a20b8fed04bbbaf176 100644
--- a/third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc
+++ b/third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc
@@ -75,10 +75,6 @@ int SelfDestroyingMain(int argc, wchar_t* argv[]) {
LOG(ERROR) << "SetHandler";
return EXIT_FAILURE;
}
- if (!client.UseHandler()) {
- LOG(ERROR) << "UseHandler";
- return EXIT_FAILURE;
- }
if (!FreeOwnStackAndBreak())
return EXIT_FAILURE;

Powered by Google App Engine
This is Rietveld 408576698