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

Unified Diff: base/syslog_logging.cc

Issue 2288473002: Implement Dump-on-DCHECK (via a new LogSeverity). (Closed)
Patch Set: Fix test Created 3 years, 11 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: base/syslog_logging.cc
diff --git a/base/syslog_logging.cc b/base/syslog_logging.cc
index 087b4fd4543195d14bc38b040e58ec5314436f39..8a28a2c0e9c53be5a0e8727c81700f977d796de1 100644
--- a/base/syslog_logging.cc
+++ b/base/syslog_logging.cc
@@ -13,6 +13,7 @@
#include <windows.h>
#elif defined(OS_LINUX)
#include <syslog.h>
+#undef LOG_WARNING
#endif
#include <cstring>

Powered by Google App Engine
This is Rietveld 408576698