Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index 8770974a9734188fc5814fb6b321f1bbc639d661..6b25ed4be6437b08564e7311f05001fcccf27aca 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -106,6 +106,7 @@ class CONTENT_EXPORT PluginServiceImpl |
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; |
@@ -226,6 +227,8 @@ class CONTENT_EXPORT PluginServiceImpl |
base::win::RegKey hklm_key_; |
#endif |
+ bool npapi_plugins_enabled_; |
+ |
#if defined(OS_POSIX) && !defined(OS_OPENBSD) && !defined(OS_ANDROID) |
ScopedVector<base::FilePathWatcher> file_watchers_; |
#endif |