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

Unified Diff: third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.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/crashy_test_z7_loader.cc
diff --git a/third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.cc b/third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.cc
index 284afa8654ed53fef429749a375536b09d993f66..79802cd5ad76b78365dcacd13eb6d3088159a3d5 100644
--- a/third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.cc
+++ b/third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.cc
@@ -39,10 +39,6 @@ int CrashyLoadZ7Main(int argc, wchar_t* argv[]) {
LOG(ERROR) << "SetHandler";
return EXIT_FAILURE;
}
- if (!client.UseHandler()) {
- LOG(ERROR) << "UseHandler";
- return EXIT_FAILURE;
- }
// The DLL has /Z7 symbols embedded in the binary (rather than in a .pdb).
// There's only an x86 version of this dll as newer x64 toolchains can't

Powered by Google App Engine
This is Rietveld 408576698