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

Unified Diff: content/utility/utility_thread_impl.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/content_tests.gypi ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 3af6c32e6aa3624833cdf8e19c9b586dee186a37..d7352d234fbacbaab1d7eaf373a0fec7bf3d6bbc 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -55,10 +55,7 @@ class UtilityThreadImpl : public content::UtilityThread,
void OnBatchModeFinished();
#if defined(OS_POSIX)
- void OnLoadPlugins(
- const std::vector<FilePath>& extra_plugin_paths,
- const std::vector<FilePath>& extra_plugin_dirs,
- const std::vector<webkit::WebPluginInfo>& internal_plugins);
+ void OnLoadPlugins(const std::vector<FilePath>& plugin_paths);
#endif // OS_POSIX
// True when we're running in batch mode.
« no previous file with comments | « content/content_tests.gypi ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698