| Index: chrome/common/plugin_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/plugin_messages_internal.h (revision 16974)
|
| +++ chrome/common/plugin_messages_internal.h (working copy)
|
| @@ -331,6 +331,11 @@
|
| std::vector<NPIdentifier_Param> /* value */,
|
| bool /* result */)
|
|
|
| + IPC_SYNC_MESSAGE_ROUTED1_2(NPObjectMsg_Construct,
|
| + std::vector<NPVariant_Param> /* args */,
|
| + NPVariant_Param /* result_param */,
|
| + bool /* result */)
|
| +
|
| IPC_SYNC_MESSAGE_ROUTED2_2(NPObjectMsg_Evaluate,
|
| std::string /* script */,
|
| bool /* popups_allowed */,
|
|
|