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

Unified Diff: chrome/common/plugin_messages_internal.h

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 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/message_router.cc ('k') | chrome/common/socket_stream_dispatcher.cc » ('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 44239)
+++ chrome/common/plugin_messages_internal.h (working copy)
@@ -35,22 +35,6 @@
// 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
-
#if defined(OS_MACOSX)
// Notifies a plugin process that keyboard focus has changed. If another
// plugin instance has received focus, the instance IDs is passed as a
@@ -73,8 +57,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/message_router.cc ('k') | chrome/common/socket_stream_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698