diff options
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 146cd9c..1059418 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -301,8 +301,9 @@ IPC_BEGIN_MESSAGES(NPObject, 7) std::vector<NPIdentifier_Param> /* value */, bool /* result */) - IPC_SYNC_MESSAGE_ROUTED1_2(NPObjectMsg_Evaluate, + IPC_SYNC_MESSAGE_ROUTED2_2(NPObjectMsg_Evaluate, std::string /* script */, + bool /* popups_allowed */, NPVariant_Param /* result_param */, bool /* result */) |