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

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: Created 6 years, 9 months 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/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..499833b2e4c4e5c55e2c445d78100989b6aa50a9 100644
--- a/components/nacl/common/nacl_cmd_line.cc
+++ b/components/nacl/common/nacl_cmd_line.cc
@@ -22,9 +22,8 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
switches::kFullMemoryCrashReport,
switches::kEnableLogging,
switches::kDisableLogging,
- switches::kLoggingLevel,
- switches::kEnableDCHECK,
switches::kNoErrorDialogs,
Nico 2014/03/08 00:11:06 alphabetize (i.e. put it back in the same place wh
Xianzhu 2014/03/08 00:16:41 Done. (Sorry again for the carelessness)
+ switches::kLoggingLevel,
#if defined(OS_MACOSX)
switches::kEnableSandboxLogging,
#endif
« 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
This is Rietveld 408576698