| Index: content/shell/tools/plugin/PluginTest.h
|
| diff --git a/content/shell/tools/plugin/PluginTest.h b/content/shell/tools/plugin/PluginTest.h
|
| index 82093ae30d715ab09b31847ec7236462b58c56f6..5df06204a1edc5e3bf52c9a28a9434d4696f00ed 100644
|
| --- a/content/shell/tools/plugin/PluginTest.h
|
| +++ b/content/shell/tools/plugin/PluginTest.h
|
| @@ -98,10 +98,6 @@ class PluginTest {
|
| virtual NPError NPP_SetValue(NPNVariable, void* value);
|
|
|
| // NPN functions.
|
| - NPError NPN_GetURL(const char* url, const char* target);
|
| - NPError NPN_GetURLNotify(const char* url,
|
| - const char* target,
|
| - void* notifyData);
|
| NPError NPN_GetValue(NPNVariable, void* value);
|
| void NPN_InvalidateRect(NPRect* invalidRect);
|
| bool NPN_Invoke(NPObject*,
|
|
|