| Index: ipc/ipc_channel_proxy.cc
|
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
|
| index 3a0cf307b78e5fd2e35c57ba14de4cec6ed6d4f7..193b62c7c32afb806b6b661c12b65ca0a469a3dd 100644
|
| --- a/ipc/ipc_channel_proxy.cc
|
| +++ b/ipc/ipc_channel_proxy.cc
|
| @@ -230,10 +230,10 @@
|
| Logging* logger = Logging::GetInstance();
|
| std::string name;
|
| logger->GetMessageText(message.type(), &name, &message, NULL);
|
| - TRACE_EVENT1("toplevel", "ChannelProxy::Context::OnDispatchMessage",
|
| + TRACE_EVENT1("task", "ChannelProxy::Context::OnDispatchMessage",
|
| "name", name);
|
| #else
|
| - TRACE_EVENT2("toplevel", "ChannelProxy::Context::OnDispatchMessage",
|
| + TRACE_EVENT2("task", "ChannelProxy::Context::OnDispatchMessage",
|
| "class", IPC_MESSAGE_ID_CLASS(message.type()),
|
| "line", IPC_MESSAGE_ID_LINE(message.type()));
|
| #endif
|
|
|