diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 20:14:37 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 20:14:37 +0000 |
commit | 1d04a26fafc509178af419f49ea7031855b7835e (patch) | |
tree | cc15d3e3c833492fa9cfa65c254de33abd3a3e79 /third_party/npapi/bindings/npapi.h | |
parent | 9274ead1c74ef0025072923f14aeaedd2598c0d6 (diff) | |
download | chromium_src-1d04a26fafc509178af419f49ea7031855b7835e.zip chromium_src-1d04a26fafc509178af419f49ea7031855b7835e.tar.gz chromium_src-1d04a26fafc509178af419f49ea7031855b7835e.tar.bz2 |
Remove the obsolete JRI bits from the NPAPI headers
BUG=42645
TEST=Existing plugin tests continue to pass; nothing should change.
Review URL: http://codereview.chromium.org/2011005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi/bindings/npapi.h')
-rw-r--r-- | third_party/npapi/bindings/npapi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h index bf9399a..bdaa4db 100644 --- a/third_party/npapi/bindings/npapi.h +++ b/third_party/npapi/bindings/npapi.h @@ -60,13 +60,6 @@ #endif #endif -#ifdef INCLUDE_JAVA -#include "jri.h" /* Java Runtime Interface */ -#else -#define jref void * -#define JRIEnv void -#endif - #ifdef _WIN32 #include <windows.h> #ifndef XP_WIN @@ -777,7 +770,6 @@ void NP_LOADDS NPP_Print(NPP instance, NPPrint* platformPrint); int16_t NPP_HandleEvent(NPP instance, void* event); void NP_LOADDS NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData); -jref NP_LOADDS NPP_GetJavaClass(void); NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); @@ -809,8 +801,6 @@ void* NPN_MemAlloc(uint32_t size); void NPN_MemFree(void* ptr); uint32_t NPN_MemFlush(uint32_t size); void NPN_ReloadPlugins(NPBool reloadPages); -JRIEnv* NPN_GetJavaEnv(void); -jref NPN_GetJavaPeer(NPP instance); NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value); NPError NPN_SetValue(NPP instance, NPPVariable variable, |