diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 21:06:16 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 21:06:16 +0000 |
commit | 95e9507072023e073c06b109a222ea7b1f0e4f3b (patch) | |
tree | c9f6faaf249b71bff024d4836cdfdf0f83b4da8b /content/browser/plugin_loader_posix.h | |
parent | e7a51bf1cb4d6047a0d1971bfa7b17fb1055ac2d (diff) | |
download | chromium_src-95e9507072023e073c06b109a222ea7b1f0e4f3b.zip chromium_src-95e9507072023e073c06b109a222ea7b1f0e4f3b.tar.gz chromium_src-95e9507072023e073c06b109a222ea7b1f0e4f3b.tar.bz2 |
Revert 106962 - Broke plugin_tests - [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
TBR=rsesek@chromium.org
Review URL: http://codereview.chromium.org/8351014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_loader_posix.h')
-rw-r--r-- | content/browser/plugin_loader_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h index 9769d26..1af2957 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_|). - bool MaybeRunPendingCallbacks(); + void RunPendingCallbacks(); // The process host for which this is a client. UtilityProcessHost* process_host_; |