summaryrefslogtreecommitdiff
path: root/chromium/ipc/ipc_channel_nacl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ipc/ipc_channel_nacl.cc')
-rw-r--r--chromium/ipc/ipc_channel_nacl.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/ipc/ipc_channel_nacl.cc b/chromium/ipc/ipc_channel_nacl.cc
index fd0eeb437d4..d5fa3cb95b6 100644
--- a/chromium/ipc/ipc_channel_nacl.cc
+++ b/chromium/ipc/ipc_channel_nacl.cc
@@ -212,9 +212,8 @@ bool ChannelNacl::Send(Message* message) {
Logging::GetInstance()->OnSendMessage(message_ptr.get());
#endif // BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
- TRACE_EVENT_WITH_FLOW0(TRACE_DISABLED_BY_DEFAULT("toplevel.flow"),
- "ChannelNacl::Send", message->header()->flags,
- TRACE_EVENT_FLAG_FLOW_OUT);
+ TRACE_EVENT_WITH_FLOW0("toplevel.flow", "ChannelNacl::Send",
+ message->header()->flags, TRACE_EVENT_FLAG_FLOW_OUT);
output_queue_.push_back(std::move(message_ptr));
if (!waiting_connect_)
return ProcessOutgoingMessages();