Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5733)

Unified Diff: chrome/common/plugin_messages_internal.h

Issue 6625064: Move the common child process messages into their own file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/child_thread.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_messages_internal.h
===================================================================
--- chrome/common/plugin_messages_internal.h (revision 77193)
+++ chrome/common/plugin_messages_internal.h (working copy)
@@ -36,23 +36,7 @@
// shutdown, so we don't mistake it for a crash.
IPC_MESSAGE_CONTROL0(PluginProcessMsg_NotifyRenderersOfPendingShutdown)
-// The following messages are used by all child processes, even though they
-// are listed under PluginProcess. It seems overkill to define ChildProcess.
-// Tells the child process it should stop.
-IPC_MESSAGE_CONTROL0(PluginProcessMsg_AskBeforeShutdown)
-// Sent in response to PluginProcessHostMsg_ShutdownRequest to tell the child
-// 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
-
-
//-----------------------------------------------------------------------------
// PluginProcessHost messages
// These are messages sent from the plugin process to the browser process.
@@ -63,8 +47,6 @@
IPC_SYNC_MESSAGE_CONTROL0_1(PluginProcessHostMsg_GetPluginFinderUrl,
std::string /* plugin finder URL */)
-IPC_MESSAGE_CONTROL0(PluginProcessHostMsg_ShutdownRequest)
-
// Allows a chrome plugin loaded in a plugin process to send arbitrary
// data to an instance of the same plugin loaded in the browser process.
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_PluginMessage,
« no previous file with comments | « chrome/common/child_thread.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698