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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 11823016: Trace category groups and category filter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Tagged category support cleanup, parameter renaming, documentation updated. Created 7 years, 11 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_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index e4802ba9fff94b73206ec14d2cdd7289c3407e0d..f3f37e2981422a71f471ddb8d61ef0c3226f4ffb 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -28,8 +28,8 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
private:
// Message handlers.
- void OnBeginTracing(const std::vector<std::string>& included_categories,
- const std::vector<std::string>& excluded_categories,
+ void OnBeginTracing(const std::vector<std::string>& included_tag_patterns,
+ const std::vector<std::string>& excluded_tag_patterns,
base::TimeTicks browser_time);
void OnEndTracing();
void OnGetTraceBufferPercentFull();

Powered by Google App Engine
This is Rietveld 408576698