| Index: content/common/plugin_process_messages.h
|
| ===================================================================
|
| --- content/common/plugin_process_messages.h (revision 222566)
|
| +++ content/common/plugin_process_messages.h (working copy)
|
| @@ -48,6 +48,9 @@
|
| IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelCreated,
|
| IPC::ChannelHandle /* channel_handle */)
|
|
|
| +IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelDestroyed,
|
| + int /* renderer_id */)
|
| +
|
| IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ClearSiteDataResult,
|
| bool /* success */)
|
|
|
|
|