Index: base/debug/trace_event_impl.cc |
diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc |
index 67254c138ed5628ff39a3477742685fb1a8bba7c..8e045f86d976972b156907601bd6f1aa9bbfcd47 100644 |
--- a/base/debug/trace_event_impl.cc |
+++ b/base/debug/trace_event_impl.cc |
@@ -1323,9 +1323,6 @@ bool CategoryFilter::DoesCategoryGroupContainCategory( |
return false; |
} |
-// Enable everything but debug and test categories by default. |
-const char* CategoryFilter::kDefaultCategoryFilterString = "-*Debug,-*Test"; |
- |
CategoryFilter::CategoryFilter(const std::string& filter_string) { |
if (!filter_string.empty()) |
Initialize(filter_string); |