Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index c02bacc0842cba13c1dee3d3e04a1986ae3333a1..d13cff6fb282532cf568522717e04fa7ab6cba9f 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 executable. |
|
Mark Mentovai
2015/11/20 22:35:56
Capture the rationale for this structure here (unl
scottmg
2015/11/21 03:16:59
Done.
|
| +const char kCrashpadHandler[] = "crashpad-handler"; |
| + |
| // Fallback to XPS. By default connector uses CDD. |
| const char kEnableCloudPrintXps[] = "enable-cloud-print-xps"; |