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

Unified Diff: base/logging.cc

Issue 15403002: Remving global statics from the headers, so we can split-link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/logging.cc
diff --git a/base/logging.cc b/base/logging.cc
index 0c4a3027340abf8777e7ad56218e02a3241b021d..d8be58a2781fedb160b4c340ccdd9d0fcfcea21d 100644
--- a/base/logging.cc
+++ b/base/logging.cc
@@ -67,6 +67,10 @@ namespace logging {
DcheckState g_dcheck_state = DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS;
+DcheckState get_dcheck_state() {
+ return g_dcheck_state;
+}
+
namespace {
VlogInfo* g_vlog_info = NULL;
« base/logging.h ('K') | « base/logging.h ('k') | base/metrics/stats_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698