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