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

Unified Diff: content/zygote/zygote_main.h

Issue 269413004: Add support for multiple zygote fork delegates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: IWYU Created 6 years, 7 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/zygote/zygote_linux.cc ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/zygote/zygote_main.h
diff --git a/content/zygote/zygote_main.h b/content/zygote/zygote_main.h
index 64702323431458dc6abe30bfbfd3e163837146f6..119210f14d4fe49372fba5277ece2833c1505144 100644
--- a/content/zygote/zygote_main.h
+++ b/content/zygote/zygote_main.h
@@ -5,13 +5,16 @@
#ifndef CONTENT_ZYGOTE_ZYGOTE_MAIN_H_
#define CONTENT_ZYGOTE_ZYGOTE_MAIN_H_
+template <typename>
+class ScopedVector;
+
namespace content {
struct MainFunctionParams;
class ZygoteForkDelegate;
bool ZygoteMain(const MainFunctionParams& params,
- ZygoteForkDelegate* forkdelegate);
+ ScopedVector<ZygoteForkDelegate> fork_delegates);
} // namespace content
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698