summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/logging.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/base/logging.h b/base/logging.h
index c2bad4e..db7faca 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -280,11 +280,7 @@ std::string* MakeCheckOpString(const int& v1,
// foo.CheckThatFoo();
// #endif
-// http://crbug.com/16512 is open for a real fix for this. For now, Windows
-// uses OFFICIAL_BUILD and !Windows uses the branding flag when NDEBUG is
-// defined.
-#if ( defined(OS_WIN) && defined(OFFICIAL_BUILD)) || \
- (!defined(OS_WIN) && defined(NDEBUG) && defined(GOOGLE_CHROME_BUILD))
+#ifdef OFFICIAL_BUILD
// We want to have optimized code for an official build so we remove DLOGS and
// DCHECK from the executable.