Chromium Code Reviews| 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 = |