summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/npobject_stub.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 03:20:48 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-09 03:20:48 +0000
commite2cc7d4f7efde5ee4351af5ce5e92035d52941e0 (patch)
treea05199d17fb1dee55fe8c6d26717303141ea1eeb /chrome/plugin/npobject_stub.h
parenta5bc2ab22a6772684276b5e3a443f94f251485b1 (diff)
downloadchromium_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/plugin/npobject_stub.h')
-rw-r--r--chrome/plugin/npobject_stub.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/plugin/npobject_stub.h b/chrome/plugin/npobject_stub.h
index a309750..e5f1743 100644
--- a/chrome/plugin/npobject_stub.h
+++ b/chrome/plugin/npobject_stub.h
@@ -63,8 +63,7 @@ class NPObjectStub : public IPC::Channel::Listener,
void OnInvalidate();
void OnEnumeration(std::vector<NPIdentifier_Param>* value,
bool* result);
- void OnEvaluate(const std::string& script, bool popups_allowed,
- IPC::Message* reply_msg);
+ void OnEvaluate(const std::string& script, IPC::Message* reply_msg);
void OnSetException(const std::string& message);
private: