| Index: webkit/glue/plugins/test/plugin_test.h
|
| ===================================================================
|
| --- webkit/glue/plugins/test/plugin_test.h (revision 28004)
|
| +++ webkit/glue/plugins/test/plugin_test.h (working copy)
|
| @@ -28,6 +28,7 @@
|
| //
|
| virtual NPError New(uint16 mode, int16 argc, const char* argn[],
|
| const char* argv[], NPSavedData* saved);
|
| + virtual NPError Destroy();
|
| virtual NPError SetWindow(NPWindow* pNPWindow);
|
| virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
| NPBool seekable, uint16* stype);
|
|
|