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

Unified Diff: net/log/trace_net_log_observer_unittest.cc

Issue 1165673002: [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « mojo/runner/desktop/launcher_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/trace_net_log_observer_unittest.cc
diff --git a/net/log/trace_net_log_observer_unittest.cc b/net/log/trace_net_log_observer_unittest.cc
index d32b8cd23739d21d281d1be709f46af9d5e50e28..a375b152f396eb09fa4c3f8d8a6ffad6819284be 100644
--- a/net/log/trace_net_log_observer_unittest.cc
+++ b/net/log/trace_net_log_observer_unittest.cc
@@ -91,8 +91,8 @@ class TraceNetLogObserverTest : public testing::Test {
static void EnableTraceLog() {
TraceLog::GetInstance()->SetEnabled(
- base::trace_event::CategoryFilter(kNetLogTracingCategory),
- TraceLog::RECORDING_MODE, base::trace_event::TraceOptions());
+ base::trace_event::TraceConfig(kNetLogTracingCategory, ""),
+ TraceLog::RECORDING_MODE);
}
void EndTraceAndFlush() {
« no previous file with comments | « mojo/runner/desktop/launcher_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698