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

Unified Diff: chrome/installer/setup/setup_main.cc

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: clang compile 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: chrome/installer/setup/setup_main.cc
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
index 2627ecc32c7e775ea08ea6f2d7ae1d2f29b018f0..1e8df551a4042804beff3547b2a0194eea557a4f 100644
--- a/chrome/installer/setup/setup_main.cc
+++ b/chrome/installer/setup/setup_main.cc
@@ -1332,7 +1332,8 @@ int WINAPI wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
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);
}
// install_util uses chrome paths.

Powered by Google App Engine
This is Rietveld 408576698