| Index: content/test/fake_plugin_service.h
|
| diff --git a/content/test/fake_plugin_service.h b/content/test/fake_plugin_service.h
|
| index 3a199320e2fce63c6b85b92d5fc453357da3f1f4..b8d15d4ca65fd416930135a8ea18de05261dc422 100644
|
| --- a/content/test/fake_plugin_service.h
|
| +++ b/content/test/fake_plugin_service.h
|
| @@ -52,7 +52,6 @@ class FakePluginService : public PluginService {
|
| void UnregisterInternalPlugin(const base::FilePath& path) override;
|
| void GetInternalPlugins(std::vector<WebPluginInfo>* plugins) override;
|
| bool NPAPIPluginsSupported() override;
|
| - void EnableNpapiPlugins() override;
|
| void DisablePluginsDiscoveryForTesting() override;
|
| #if defined(OS_MACOSX)
|
| void AppActivated() override;
|
|
|