summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.cc
diff options
context:
space:
mode:
authorjbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 03:41:29 +0000
committerjbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 03:41:29 +0000
commit2c391df878dc6187bbb8a26d34260ed46f18d139 (patch)
treee50370b6faf481726d7b7810f4b89dd55be7d494 /ipc/ipc_channel_proxy.cc
parent108a0513d108857ba2e943b8f70bd68dc3a98a18 (diff)
downloadchromium_src-2c391df878dc6187bbb8a26d34260ed46f18d139.zip
chromium_src-2c391df878dc6187bbb8a26d34260ed46f18d139.tar.gz
chromium_src-2c391df878dc6187bbb8a26d34260ed46f18d139.tar.bz2
Trace PostTasks from post to run.
To do this properly, we need a new type of trace event "FLOW" which will be drawn as lines in about:tracing from BEGIN to END. Also instruments SequencedWorkerPool and ChannelReader::DispatchInputData, which were not currently traced. BUG=79942 Review URL: https://codereview.chromium.org/10913242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_proxy.cc')
-rw-r--r--ipc/ipc_channel_proxy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
index 630b0cf..0b2338c 100644
--- a/ipc/ipc_channel_proxy.cc
+++ b/ipc/ipc_channel_proxy.cc
@@ -351,7 +351,6 @@ void ChannelProxy::Close() {
bool ChannelProxy::Send(Message* message) {
DCHECK(did_init_);
- message->TraceMessageStep();
if (outgoing_message_filter())
message = outgoing_message_filter()->Rewrite(message);