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

Unified Diff: headless/app/headless_shell.cc

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: merge Created 3 years, 7 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
Index: headless/app/headless_shell.cc
diff --git a/headless/app/headless_shell.cc b/headless/app/headless_shell.cc
index e7654f69633e37545ceb3c763c65b586b3c46cd8..156dea904469862bb2ed811081ebf23da92a9d77 100644
--- a/headless/app/headless_shell.cc
+++ b/headless/app/headless_shell.cc
@@ -549,7 +549,8 @@ int HeadlessShellMain(HINSTANCE instance,
::switches::kProcessType);
if (process_type == crash_reporter::switches::kCrashpadHandler) {
return crash_reporter::RunAsCrashpadHandler(
- *base::CommandLine::ForCurrentProcess(), ::switches::kProcessType);
+ *base::CommandLine::ForCurrentProcess(), base::FilePath(),
+ ::switches::kProcessType, switches::kUserDataDir);
}
#endif // defined(HEADLESS_USE_CRASPHAD)
RunChildProcessIfNeeded(instance, sandbox_info);
« no previous file with comments | « components/crash/content/app/run_as_crashpad_handler_win.cc ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698