summaryrefslogtreecommitdiffstats
path: root/third_party
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 /third_party
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 'third_party')
-rw-r--r--third_party/npapi/bindings/npruntime.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/npapi/bindings/npruntime.h b/third_party/npapi/bindings/npruntime.h
index 47d8fbb..f1160b7 100644
--- a/third_party/npapi/bindings/npruntime.h
+++ b/third_party/npapi/bindings/npruntime.h
@@ -352,22 +352,6 @@ bool NPN_HasProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
bool NPN_HasMethod(NPP npp, NPObject *npobj, NPIdentifier methodName);
bool NPN_Enumerate(NPP npp, NPObject *npobj, NPIdentifier **identifier, uint32_t *count);
-// Helper function for evaluating a script in the scope of the NPObject passed in.
-// Parameters
-// npp
-// The plugin's opaque instance handle (Can be NULL)
-// popups_allowed
-// Indicates if popups created in the context of the script being executed are
-// blocked or not.
-// npobj
-// The NPObject.
-// npscript
-// The script being executed.
-// result
-// On return contains the value returned by the script.
-// Returns true on success.
-bool NPN_EvaluateHelper(NPP npp, bool popups_allowed, NPObject *npobj, NPString *npscript, NPVariant *result);
-
// BEGIN GOOGLE MODIFICATIONS
void* NPP_GetJavaClass(void);