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

Unified Diff: components/tracing/child/child_trace_message_filter.h

Issue 2466873002: Enable FILTERING_MODE for tracing if event filters were given in config (Closed)
Patch Set: rebase. Created 3 years, 9 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: components/tracing/child/child_trace_message_filter.h
diff --git a/components/tracing/child/child_trace_message_filter.h b/components/tracing/child/child_trace_message_filter.h
index 287abd3503d2d7f9601b06cff280442bc24fd0fb..392f0678cd29c4ebd95237d411ac2683327cdc52 100644
--- a/components/tracing/child/child_trace_message_filter.h
+++ b/components/tracing/child/child_trace_message_filter.h
@@ -83,6 +83,8 @@ class TRACING_EXPORT ChildTraceMessageFilter : public IPC::MessageFilter {
void SetSenderForTesting(IPC::Sender* sender);
+ uint8_t enabled_tracing_modes_;
+
IPC::Sender* sender_;
base::SingleThreadTaskRunner* ipc_task_runner_;
« no previous file with comments | « no previous file | components/tracing/child/child_trace_message_filter.cc » ('j') | components/tracing/common/trace_startup.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698