summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index ee87d84..e38576b 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -366,9 +366,6 @@ namespace android {
// send this event to all of the plugins in our list
void sendPluginEvent(const ANPEvent&);
- // send this event to all of the plugins who have the given flag set
- void sendPluginEvent(const ANPEvent& evt, ANPEventFlag flag);
-
// lookup the plugin widget struct given an NPP
PluginWidgetAndroid* getPluginWidget(NPP npp);