summaryrefslogtreecommitdiffstats
path: root/chromium/base/base_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/base_switches.cc')
-rw-r--r--chromium/base/base_switches.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/base/base_switches.cc b/chromium/base/base_switches.cc
index 91e401ca497..81698cdfc13 100644
--- a/chromium/base/base_switches.cc
+++ b/chromium/base/base_switches.cc
@@ -6,12 +6,6 @@
namespace switches {
-// If the program includes base/debug/debug_on_start_win.h, the process will
-// (on Windows only) start the JIT system-registered debugger on itself and
-// will wait for 60 seconds for the debugger to attach to itself. Then a break
-// point will be hit.
-const char kDebugOnStart[] = "debug-on-start";
-
// Disables the crash reporting.
const char kDisableBreakpad[] = "disable-breakpad";
@@ -20,9 +14,6 @@ const char kDisableBreakpad[] = "disable-breakpad";
// generated internally.
const char kEnableCrashReporter[] = "enable-crash-reporter";
-// Enable DCHECKs in release mode.
-const char kEnableDCHECK[] = "enable-dcheck";
-
// Generates full memory crash dump.
const char kFullMemoryCrashReport[] = "full-memory-crash-report";