summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.h
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-24 20:01:48 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-24 20:01:48 +0000
commit7ccfb894aaabe22450fe5d4eaf8e1e0e6f4d3f1a (patch)
tree9859183b661805c10c2eaccc6f778b84457aa69b /content/browser/plugin_loader_posix.h
parent2e6566bf319a3d3789d02bffd76c5730d7b84d13 (diff)
downloadchromium_src-7ccfb894aaabe22450fe5d4eaf8e1e0e6f4d3f1a.zip
chromium_src-7ccfb894aaabe22450fe5d4eaf8e1e0e6f4d3f1a.tar.gz
chromium_src-7ccfb894aaabe22450fe5d4eaf8e1e0e6f4d3f1a.tar.bz2
[Linux] Load plugins out-of-process.
This also fixes a bug in PluginLoaderPosix where if the last N plugins in the canonical list crash, the callbacks are never run. BUG=17863 TEST=On Linux, plugins work as before. Review URL: http://codereview.chromium.org/8372015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_loader_posix.h')
-rw-r--r--content/browser/plugin_loader_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index 1af2957..9769d26 100644
--- a/content/browser/plugin_loader_posix.h
+++ b/content/browser/plugin_loader_posix.h
@@ -87,7 +87,7 @@ class PluginLoaderPosix : public UtilityProcessHost::Client,
// Runs all the registered callbacks on each's target loop if the condition
// for ending the load process is done (i.e. the |next_load_index_| is outside
// the ranage of the |canonical_list_|).
- void RunPendingCallbacks();
+ bool MaybeRunPendingCallbacks();
// The process host for which this is a client.
UtilityProcessHost* process_host_;