Chromium Code Reviews

Unified Diff: components/nacl/common/nacl_cmd_line.cc

Issue 189603007: Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_cmd_line.cc
diff --git a/components/nacl/common/nacl_cmd_line.cc b/components/nacl/common/nacl_cmd_line.cc
index d9bbd6557f4a2d98022b0c4835cae8917e538cee..7ecb67424f2d2cfd902f669373c9886ed734bc14 100644
--- a/components/nacl/common/nacl_cmd_line.cc
+++ b/components/nacl/common/nacl_cmd_line.cc
@@ -23,7 +23,6 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
switches::kEnableLogging,
switches::kDisableLogging,
switches::kLoggingLevel,
- switches::kEnableDCHECK,
switches::kNoErrorDialogs,
#if defined(OS_MACOSX)
switches::kEnableSandboxLogging,
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine