diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 03:20:48 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 03:20:48 +0000 |
commit | e2cc7d4f7efde5ee4351af5ce5e92035d52941e0 (patch) | |
tree | a05199d17fb1dee55fe8c6d26717303141ea1eeb /chrome/common/plugin_messages_internal.h | |
parent | a5bc2ab22a6772684276b5e3a443f94f251485b1 (diff) | |
download | chromium_src-e2cc7d4f7efde5ee4351af5ce5e92035d52941e0.zip chromium_src-e2cc7d4f7efde5ee4351af5ce5e92035d52941e0.tar.gz chromium_src-e2cc7d4f7efde5ee4351af5ce5e92035d52941e0.tar.bz2 |
Revert r3074 due to Mac build bustage
Review URL: http://codereview.chromium.org/6378
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3088 0039d316-1c4b-4281-b951-d872f2087c98
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 */) |