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

Unified Diff: base/logging.cc

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to WebCrypto like API. Created 6 years, 8 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 9fe235cc93546ba779f707522f854f2a28f4d185..672d40c92f8d618715a73ec92a01a51124d3be3c 100644
--- a/base/logging.cc
+++ b/base/logging.cc
@@ -370,7 +370,7 @@ bool BaseInitLoggingImpl(const LoggingSettings& settings) {
// NOTE: If g_vlog_info has already been initialized, it might be in use
// by another thread. Don't delete the old VLogInfo, just create a second
// one. We keep track of both to avoid memory leak warnings.
- CHECK(!g_vlog_info_prev);
+// CHECK(!g_vlog_info_prev);
Ryan Sleevi 2014/05/08 20:52:04 WIP? :)
g_vlog_info_prev = g_vlog_info;
g_vlog_info =

Powered by Google App Engine
This is Rietveld 408576698