Index: content/browser/plugin_service.h |
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h |
index 5c4edc71530576d175d9473c8ac02e8e4ad3524a..5335be1b34d763197e1ced8bdaf32bf99aa4e216 100644 |
--- a/content/browser/plugin_service.h |
+++ b/content/browser/plugin_service.h |
@@ -37,6 +37,7 @@ |
struct PepperPluginInfo; |
class PluginDirWatcherDelegate; |
+class PluginLoaderPosix; |
namespace base { |
class MessageLoopProxy; |
@@ -257,6 +258,10 @@ class CONTENT_EXPORT PluginService |
std::set<PluginProcessHost::Client*> pending_plugin_clients_; |
+#if defined(OS_POSIX) |
+ scoped_refptr<PluginLoaderPosix> plugin_loader_; |
+#endif |
+ |
DISALLOW_COPY_AND_ASSIGN(PluginService); |
}; |