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

Unified Diff: net/base/trace_net_log_observer_unittest.cc

Issue 935723002: Promote "netlog" tracing category to a default category (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test Created 5 years, 10 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
« no previous file with comments | « net/base/trace_net_log_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/trace_net_log_observer_unittest.cc
diff --git a/net/base/trace_net_log_observer_unittest.cc b/net/base/trace_net_log_observer_unittest.cc
index 143942553a83c5cdc7631105e6c853792592bb85..4df52d72f69a452973c36517ceab33a239c31ef7 100644
--- a/net/base/trace_net_log_observer_unittest.cc
+++ b/net/base/trace_net_log_observer_unittest.cc
@@ -28,7 +28,7 @@ namespace net {
namespace {
// TraceLog category for NetLog events.
-const char kNetLogTracingCategory[] = TRACE_DISABLED_BY_DEFAULT("netlog");
+const char kNetLogTracingCategory[] = "netlog";
struct TraceEntryInfo {
std::string category;
« no previous file with comments | « net/base/trace_net_log_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698