diff options
author | Derek Sollenberger <djsollen@google.com> | 2009-11-09 14:41:06 -0500 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2009-11-09 15:33:35 -0500 |
commit | f2a6f2e2f867d06fd84e859cdc37c3293357a6ff (patch) | |
tree | e4b0462ee7324be66c7df1419e060c16ff8dd805 /WebKit/android/plugins/android_npapi.h | |
parent | de2098fbe71502df93eb3228ceaabd698aef0542 (diff) | |
download | external_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.h | 7 |
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 |