diff options
author | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 00:05:02 +0000 |
---|---|---|
committer | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 00:05:02 +0000 |
commit | 86ba3f7f335bdc5632d9b531cec22e7a1ed06ddf (patch) | |
tree | c8cdca41939cee914e1d84983e3c75b5720faf67 /content/common/child_process_messages.h | |
parent | d04353ee390607f2f7674a417057428a710d4dda (diff) | |
download | chromium_src-86ba3f7f335bdc5632d9b531cec22e7a1ed06ddf.zip chromium_src-86ba3f7f335bdc5632d9b531cec22e7a1ed06ddf.tar.gz chromium_src-86ba3f7f335bdc5632d9b531cec22e7a1ed06ddf.tar.bz2 |
Remove TraceMessageFilter for NACL_LOADER_PROCESS types that do not support tracing.
BUG=95949
TEST=start and stop trace in about:tracing while nacl app is running; verify it does not hang with "Processing trace"
Review URL: http://codereview.chromium.org/8118013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/child_process_messages.h')
-rw-r--r-- | content/common/child_process_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h index b1a8b33..e465b59 100644 --- a/content/common/child_process_messages.h +++ b/content/common/child_process_messages.h @@ -48,6 +48,9 @@ IPC_MESSAGE_CONTROL0(ChildProcessMsg_DumpHandles) IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_ShutdownRequest) +// Notify the browser that this child process supports tracing. +IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_ChildSupportsTracing) + // Reply from child processes acking ChildProcessMsg_TraceChangeStatus(false). IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_EndTracingAck, std::vector<std::string> /* known_categories */) |