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

Unified Diff: headless/app/headless_shell.cc

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: grt+scottmg comments 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 244e36d27a726be8bf35f4ef4ff703f07c40938c..1ce4e1ff620b380d3c7d5f0e91a6687560165274 100644
--- a/headless/app/headless_shell.cc
+++ b/headless/app/headless_shell.cc
@@ -555,7 +555,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);

Powered by Google App Engine
This is Rietveld 408576698