Index: chrome/test/automation/proxy_launcher.cc |
=================================================================== |
--- chrome/test/automation/proxy_launcher.cc (revision 97896) |
+++ chrome/test/automation/proxy_launcher.cc (working copy) |
@@ -80,8 +80,12 @@ |
switches::kFullMemoryCrashReport)), |
dump_histograms_on_exit_(CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDumpHistogramsOnExit)), |
+#if defined(DCHECK_ALWAYS_ON) |
+ enable_dcheck_(true), |
+#else |
enable_dcheck_(CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableDCHECK)), |
+#endif |
silent_dump_on_dcheck_(CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kSilentDumpOnDCHECK)), |
disable_breakpad_(CommandLine::ForCurrentProcess()->HasSwitch( |