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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed comment, added better support for default filtering, fixed merge issues. Created 7 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_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index 7d85627b8b20ebb8c272fe66f596fa207fd6d4f4..32ab6dd6beafd333e9e967199903e23cb178e778 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -28,8 +28,7 @@ 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(std::string category_filter_str,
dsinclair 2013/03/12 21:27:24 const std::string& category_filter_str?
rterrazas 2013/03/20 08:48:49 Done.
base::TimeTicks browser_time,
int mode);
void OnEndTracing();

Powered by Google App Engine
This is Rietveld 408576698