Index: third_party/WebKit/WebCore/plugins/npfunctions.h |
=================================================================== |
--- third_party/WebKit/WebCore/plugins/npfunctions.h (revision 9383) |
+++ third_party/WebKit/WebCore/plugins/npfunctions.h (working copy) |
@@ -63,10 +63,6 @@ |
typedef void (*NPN_PushPopupsEnabledStateProcPtr)(NPP instance, NPBool enabled); |
typedef void (*NPN_PopPopupsEnabledStateProcPtr)(NPP instance); |
typedef void (*NPN_PluginThreadAsyncCallProcPtr)(NPP npp, void (*func)(void *), void *userData); |
-typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len); |
-typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t* len); |
-typedef NPError (*NPN_GetAuthenticationInfoPtr)(NPP npp, const char* protocol, const char* host, int32_t port, const char* scheme, const char *realm, char** username, uint32_t* ulen, char** password, uint32_t* plen); |
- |
typedef uint32 (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32 interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32 timerID)); |
typedef void (*NPN_UnscheduleTimerProcPtr)(NPP npp, uint32 timerID); |
typedef NPError (*NPN_PopUpContextMenuProcPtr)(NPP instance, NPMenu* menu); |
@@ -162,9 +158,6 @@ |
NPN_EnumerateProcPtr enumerate; |
NPN_PluginThreadAsyncCallProcPtr pluginthreadasynccall; |
NPN_ConstructProcPtr construct; |
- NPN_GetValueForURLProcPtr getvalueforurl; |
- NPN_SetValueForURLProcPtr setvalueforurl; |
- NPN_GetAuthenticationInfoPtr getauthenticationinfo; |
NPN_ScheduleTimerProcPtr scheduletimer; |
NPN_UnscheduleTimerProcPtr unscheduletimer; |
NPN_PopUpContextMenuProcPtr popupcontextmenu; |