| Index: chrome/common/plugin_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/plugin_messages_internal.h (revision 32119)
|
| +++ chrome/common/plugin_messages_internal.h (working copy)
|
| @@ -355,6 +355,9 @@
|
| int /* resource_id */,
|
| bool /* defer */)
|
|
|
| + IPC_SYNC_MESSAGE_CONTROL1_0(PluginHostMsg_SetException,
|
| + std::string /* message */)
|
| +
|
| IPC_END_MESSAGES(PluginHost)
|
|
|
| //-----------------------------------------------------------------------------
|
| @@ -410,7 +413,4 @@
|
| NPVariant_Param /* result_param */,
|
| bool /* result */)
|
|
|
| - IPC_SYNC_MESSAGE_ROUTED1_0(NPObjectMsg_SetException,
|
| - std::string /* message */)
|
| -
|
| IPC_END_MESSAGES(NPObject)
|
|
|