Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: content/browser/plugin_service.h

Issue 8318028: Gracefully handle child process death in out-of-process plugin loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do not send the index Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/plugin_loader_posix_unittest.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/browser/plugin_loader_posix_unittest.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698