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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1476193002: Revert of Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6d3f5291fb58c90ad005e8339fc210c61c53f1ea..90584bb74ac060ae310e4343df4c6e3bc09bc14d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1244,14 +1244,6 @@
#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. We bundle the
-// handler into chrome.exe on Windows because there is high probability of a
-// "new" .exe being blocked or interfered with by application firewalls, AV
-// software, etc. On other platforms, crashpad_handler is a standalone
-// executable.
-const char kCrashpadHandler[] = "crashpad-handler";
-
// Fallback to XPS. By default connector uses CDD.
const char kEnableCloudPrintXps[] = "enable-cloud-print-xps";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698