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

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 and add TODO. 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
« no previous file with comments | « no previous file | components/tracing/child/child_trace_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 619de78381d91751eacff4561319dbb0496a1be1..929fa7e21cdb0c4889fb609e1ad814514c261c66 100644
--- a/components/tracing/child/child_trace_message_filter.h
+++ b/components/tracing/child/child_trace_message_filter.h
@@ -73,6 +73,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698