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

Unified Diff: trunk/src/components/tracing/child_trace_message_filter.h

Issue 89753004: Revert 237280 "Remove TraceController" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/chrome/test/base/tracing.cc ('k') | trunk/src/components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/tracing/child_trace_message_filter.h
===================================================================
--- trunk/src/components/tracing/child_trace_message_filter.h (revision 237451)
+++ trunk/src/components/tracing/child_trace_message_filter.h (working copy)
@@ -43,7 +43,6 @@
void OnSetWatchEvent(const std::string& category_name,
const std::string& event_name);
void OnCancelWatchEvent();
- void OnWatchEventMatched();
// Callback from trace subsystem.
void OnTraceDataCollected(
@@ -54,6 +53,8 @@
const scoped_refptr<base::RefCountedString>& events_str_ptr,
bool has_more_events);
+ void OnTraceNotification(int notification);
+
IPC::Channel* channel_;
base::MessageLoopProxy* ipc_message_loop_;
« no previous file with comments | « trunk/src/chrome/test/base/tracing.cc ('k') | trunk/src/components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698