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

Unified Diff: content/browser/plugin_loader_posix.h

Issue 8372015: [Linux] Load plugins out-of-process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | content/browser/plugin_loader_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_loader_posix.h
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index 1af295799eabe21e4cfd56de7a04065f250c4c42..9769d26148b0b2410ab29fcf213deea24fe9419c 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_;
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | content/browser/plugin_loader_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698