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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn secondary, mac .S not on windows 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c02bacc0842cba13c1dee3d3e04a1986ae3333a1..5b39cd29a072efa835fe1b68c90f1a4d5b71ca46 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1247,6 +1247,11 @@ const char kRelauncherProcessDMGDevice[] = "dmg-device";
#endif // defined(OS_MACOSX)
#if defined(OS_WIN)
+// A process type (switches::kProcessType) that indicates chrome.exe is being
+// launched as crashpad_handler. This is only used on Windows. On other
+// platforms, crashpad_handler is a standalone binary.
Mark Mentovai 2015/11/19 22:21:37 binary→executable
scottmg 2015/11/20 19:52:48 Done.
+const char kCrashpadHandler[] = "crashpad-handler";
+
// Fallback to XPS. By default connector uses CDD.
const char kEnableCloudPrintXps[] = "enable-cloud-print-xps";

Powered by Google App Engine
This is Rietveld 408576698