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

Unified Diff: chrome/common/chrome_switches.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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c71f68663b70a15a329bfc59bc3137f0647595fb..cae71f76a93ec4ce7bffc4f1a8ba17a9fcfc286b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1315,8 +1315,7 @@ const char kSigninProcess[] = "signin-process";
const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
// Changes the DCHECKS to dump memory and continue instead of displaying error
-// dialog. This is valid only in Release mode when --enable-dcheck is
-// specified.
+// dialog. This is valid only in Release mode when gyp dcheck_always_on=1.
const char kSilentDumpOnDCHECK[] = "silent-dump-on-dcheck";
// Causes Chrome to launch without opening any windows by default. Useful if

Powered by Google App Engine
This is Rietveld 408576698