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

Unified Diff: ipc/ipc_message.h

Issue 1239593002: Implement a new flow event API that allows binding flow events and regular events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a redundant macro. Created 5 years, 5 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
« ipc/ipc_channel_reader.cc ('K') | « ipc/ipc_channel_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.h
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 9bb7a287c0653743404e116e1bf26988d9458d48..ac8b3639a3ced49d37115ca317ab30e0fe172f8a 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -205,7 +205,7 @@ class IPC_EXPORT Message : public base::Pickle {
}
// Called to trace when message is received.
void TraceMessageEnd() {
- TRACE_EVENT_FLOW_END0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC",
+ TRACE_EVENT_FLOW_END_BIND_TO_ENCLOSING0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC",
header()->flags);
}
« ipc/ipc_channel_reader.cc ('K') | « ipc/ipc_channel_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698