| Index: content/common/plugin_messages.h
|
| diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
|
| index a096021ded8bf70f396dad9e20d0f642e206e464..2e92d06465a4d874a0200f0b7319e70b8b58bfc2 100644
|
| --- a/content/common/plugin_messages.h
|
| +++ b/content/common/plugin_messages.h
|
| @@ -472,6 +472,13 @@ IPC_MESSAGE_ROUTED2(PluginHostMsg_URLRedirectResponse,
|
| bool /* allow */,
|
| int /* resource_id */)
|
|
|
| +// Forward client content_debug_logging to the host process's implementation.
|
| +IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_RecordMsg,
|
| + int /* bug_id */,
|
| + std::string /* msg */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(PluginProcessHostMsg_GetMessages,
|
| + int /* bug_id */,
|
| + std::vector<std::string> /* msgs */)
|
|
|
| //-----------------------------------------------------------------------------
|
| // NPObject messages
|
|
|