From d55aaa139da94452ebd6812bfa9241ba050978d9 Mon Sep 17 00:00:00 2001 From: "jrg@chromium.org" Date: Mon, 28 Sep 2009 21:08:04 +0000 Subject: Implement about:ipc dialog for Mac. Convert IPC logging trigger from x-process waitable event to a messages sent to all processes. Review URL: http://codereview.chromium.org/192070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27405 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/plugin_messages_internal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chrome/common/plugin_messages_internal.h') diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 3c64bcf..9049fa7 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -40,6 +40,13 @@ IPC_BEGIN_MESSAGES(PluginProcess) // process that it's safe to shutdown. IPC_MESSAGE_CONTROL0(PluginProcessMsg_Shutdown) +#if defined(IPC_MESSAGE_LOG_ENABLED) + // Tell the child process to begin or end IPC message logging. + // Like above, this is used by all ChildProcesses. + IPC_MESSAGE_CONTROL1(PluginProcessMsg_SetIPCLoggingEnabled, + bool /* on or off */) +#endif + IPC_END_MESSAGES(PluginProcess) -- cgit v1.1