| Index: content/common/plugin_messages.h
|
| diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
|
| index a096021ded8bf70f396dad9e20d0f642e206e464..2bc0afd70981a85301f6f5142d2d38e2370db56d 100644
|
| --- a/content/common/plugin_messages.h
|
| +++ b/content/common/plugin_messages.h
|
| @@ -472,6 +472,14 @@ 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_ContentDebugRecordMsg,
|
| + int /* bug_id */,
|
| + std::string /* msg */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(PluginProcessHostMsg_ContentDebugGetMessages,
|
| + int /* bug_id */,
|
| + bool /* handled */,
|
| + std::vector<std::string> /* msgs */)
|
|
|
| //-----------------------------------------------------------------------------
|
| // NPObject messages
|
|
|