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