| Index: content/public/browser/plugin_service.h | 
| diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h | 
| index c09331eed3c83861488217c651e03f21d922fd9f..0fb20e9d4d374bc084440354ccb3915c1b2e8f48 100644 | 
| --- a/content/public/browser/plugin_service.h | 
| +++ b/content/public/browser/plugin_service.h | 
| @@ -143,9 +143,6 @@ class PluginService { | 
| // This can be called from any thread. | 
| virtual bool NPAPIPluginsSupported() = 0; | 
|  | 
| -  // This is equivalent to specifying kEnableNpapi. | 
| -  virtual void EnableNpapiPlugins() = 0; | 
| - | 
| // This is equivalent to specifying kDisablePluginsDiscovery, but is useful | 
| // for unittests. | 
| virtual void DisablePluginsDiscoveryForTesting() = 0; | 
|  |