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

Unified Diff: content/browser/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: content/browser/trace_message_filter.h
diff --git a/content/browser/trace_message_filter.h b/content/browser/trace_message_filter.h
index 08f4ada926fe11c8a3ec2a8a4ea5453679faa634..b30d9b0ff9b718b835e62382d1ab273d1cd25db8 100644
--- a/content/browser/trace_message_filter.h
+++ b/content/browser/trace_message_filter.h
@@ -27,8 +27,8 @@ class TraceMessageFilter : public BrowserMessageFilter {
virtual bool OnMessageReceived(const IPC::Message& message,
bool* message_was_ok) OVERRIDE;
- void SendBeginTracing(const std::vector<std::string>& included_categories,
- const std::vector<std::string>& excluded_categories);
+ void SendBeginTracing(const std::vector<std::string>& included_tag_patterns,
+ const std::vector<std::string>& excluded_tag_patterns);
void SendEndTracing();
void SendGetTraceBufferPercentFull();
void SendSetWatchEvent(const std::string& category_name,

Powered by Google App Engine
This is Rietveld 408576698