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

Unified Diff: chrome/common/logging_chrome.cc

Issue 195973002: Change DCHECK_IS_ON() to DCHECK_IS_ON (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/logging_chrome.cc
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index be0ddffa1c533bd6c7ab46dd284cb54349a14752..d7f1c34f6a7274900bef96c410f858e75fa79694 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -359,7 +359,7 @@ void InitChromeLogging(const CommandLine& command_line,
#endif
#ifdef NDEBUG
- if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) && DCHECK_IS_ON()) {
+ if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) && DCHECK_IS_ON) {
#if defined(OS_WIN)
logging::SetLogReportHandler(DumpProcessAssertHandler);
#endif

Powered by Google App Engine
This is Rietveld 408576698