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

Unified Diff: content/common/zygote_commands_linux.h

Issue 10447135: Don't fork Zygote as a background process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address reviewers' comments Created 8 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 | « no previous file | sandbox/linux/suid/sandbox.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/zygote_commands_linux.h
diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h
index 07452181145ed8cb6fc95b9ea1fc158ba5fc2790..c46eec40eae7beef894e12b9078e3caca5643996 100644
--- a/content/common/zygote_commands_linux.h
+++ b/content/common/zygote_commands_linux.h
@@ -20,6 +20,7 @@ const int kZygoteRendererSocketFd = 5;
// setuid sandbox.
// It is very important that this file descriptor does not exist in multiple
// processes.
+// This number must be kept in sync in sandbox/linux/suid/sandbox.c
const int kZygoteIdFd = 7;
// These are the command codes used on the wire between the browser and the
« no previous file with comments | « no previous file | sandbox/linux/suid/sandbox.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698