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

Unified Diff: handler/win/crashy_test_program.cc

Issue 1413033007: mac: Restart crashpad_handler from the initial client if it dies (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: is_valid() Created 5 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
« no previous file with comments | « client/crashpad_client_win.cc ('k') | tools/mac/run_with_crashpad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/win/crashy_test_program.cc
diff --git a/handler/win/crashy_test_program.cc b/handler/win/crashy_test_program.cc
index 7d61c2560ed7fdb57b1bf7817a54d4e43157e4d0..921638d92da870b36daa12a4431d22b9df95ec4c 100644
--- a/handler/win/crashy_test_program.cc
+++ b/handler/win/crashy_test_program.cc
@@ -106,7 +106,8 @@ int CrashyMain(int argc, wchar_t* argv[]) {
base::FilePath(argv[2]),
std::string(),
std::map<std::string, std::string>(),
- std::vector<std::string>())) {
+ std::vector<std::string>(),
+ false)) {
LOG(ERROR) << "StartHandler";
return EXIT_FAILURE;
}
« no previous file with comments | « client/crashpad_client_win.cc ('k') | tools/mac/run_with_crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698