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

Unified Diff: third_party/crashpad/crashpad/handler/win/crashy_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/crashy_test_program.cc
diff --git a/third_party/crashpad/crashpad/handler/win/crashy_test_program.cc b/third_party/crashpad/crashpad/handler/win/crashy_test_program.cc
index 021233ce0c7a3e8bfc93b1d5f075e1382e558141..b6e044c8a8ede9726d292782bfc07c36d4874bcb 100644
--- a/third_party/crashpad/crashpad/handler/win/crashy_test_program.cc
+++ b/third_party/crashpad/crashpad/handler/win/crashy_test_program.cc
@@ -182,7 +182,8 @@ int CrashyMain(int argc, wchar_t* argv[]) {
std::string(),
std::map<std::string, std::string>(),
std::vector<std::string>(),
- false)) {
+ false,
+ true)) {
LOG(ERROR) << "StartHandler";
return EXIT_FAILURE;
}
@@ -192,11 +193,6 @@ int CrashyMain(int argc, wchar_t* argv[]) {
return EXIT_FAILURE;
}
- if (!client.UseHandler()) {
- LOG(ERROR) << "UseHandler";
- return EXIT_FAILURE;
- }
-
crashpad::SimpleAddressRangeBag* extra_ranges =
new crashpad::SimpleAddressRangeBag();
crashpad::CrashpadInfo::GetCrashpadInfo()->set_extra_memory_ranges(

Powered by Google App Engine
This is Rietveld 408576698