summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/android_npapi.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2009-11-09 14:41:06 -0500
committerDerek Sollenberger <djsollen@google.com>2009-11-09 15:33:35 -0500
commitf2a6f2e2f867d06fd84e859cdc37c3293357a6ff (patch)
treee4b0462ee7324be66c7df1419e060c16ff8dd805 /WebKit/android/plugins/android_npapi.h
parentde2098fbe71502df93eb3228ceaabd698aef0542 (diff)
downloadexternal_webkit-f2a6f2e2f867d06fd84e859cdc37c3293357a6ff.zip
external_webkit-f2a6f2e2f867d06fd84e859cdc37c3293357a6ff.tar.gz
external_webkit-f2a6f2e2f867d06fd84e859cdc37c3293357a6ff.tar.bz2
Allow plugins to load java classes from their apk.
Relocate ANPSystemInterface into its own file and provide the ability to call into java and load a plugin's java class from their apk. see http://b/2215696
Diffstat (limited to 'WebKit/android/plugins/android_npapi.h')
-rw-r--r--WebKit/android/plugins/android_npapi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h
index 04f4ef6..9ab814f 100644
--- a/WebKit/android/plugins/android_npapi.h
+++ b/WebKit/android/plugins/android_npapi.h
@@ -764,13 +764,6 @@ struct ANPAudioTrackInterfaceV0 : ANPInterface {
bool (*isStopped)(ANPAudioTrack*);
};
-struct ANPSystemInterfaceV0 : ANPInterface {
- /** Return the path name for the current Application's plugin data directory,
- * or NULL if not supported
- */
- const char* (*getApplicationDataDirectory)();
-};
-
///////////////////////////////////////////////////////////////////////////////
// DEFINITION OF VALUES PASSED THROUGH NPP_HandleEvent