| Index: content/test/plugin/plugin_get_javascript_url2_test.h
|
| diff --git a/content/test/plugin/plugin_get_javascript_url2_test.h b/content/test/plugin/plugin_get_javascript_url2_test.h
|
| index 450cfd1ebd352e4ec10f27d200281014f9d5b04b..3db58f492c7ef0e5e376221e26f5ffb17ab152cc 100644
|
| --- a/content/test/plugin/plugin_get_javascript_url2_test.h
|
| +++ b/content/test/plugin/plugin_get_javascript_url2_test.h
|
| @@ -20,16 +20,15 @@ class ExecuteGetJavascriptUrl2Test : public PluginTest {
|
| //
|
| // NPAPI functions
|
| //
|
| - virtual NPError SetWindow(NPWindow* pNPWindow) override;
|
| - virtual NPError NewStream(NPMIMEType type, NPStream* stream,
|
| - NPBool seekable, uint16* stype) override;
|
| - virtual int32 WriteReady(NPStream *stream) override;
|
| - virtual int32 Write(NPStream *stream, int32 offset, int32 len,
|
| - void *buffer) override;
|
| - virtual NPError DestroyStream(NPStream *stream, NPError reason) override;
|
| - virtual void URLNotify(const char* url,
|
| - NPReason reason,
|
| - void* data) override;
|
| + NPError SetWindow(NPWindow* pNPWindow) override;
|
| + NPError NewStream(NPMIMEType type,
|
| + NPStream* stream,
|
| + NPBool seekable,
|
| + uint16* stype) override;
|
| + int32 WriteReady(NPStream* stream) override;
|
| + int32 Write(NPStream* stream, int32 offset, int32 len, void* buffer) override;
|
| + NPError DestroyStream(NPStream* stream, NPError reason) override;
|
| + void URLNotify(const char* url, NPReason reason, void* data) override;
|
|
|
| private:
|
| bool test_started_;
|
|
|