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

Unified Diff: content/public/common/zygote_fork_delegate_linux.h

Issue 2025763002: Use ChannelMojo in Pepper and NaCl processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-utility-channel-mojo
Patch Set: iujbhirtughfbnjrthiubj Created 4 years, 6 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/browser/ppapi_plugin_process_host.cc ('k') | content/zygote/zygote_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/zygote_fork_delegate_linux.h
diff --git a/content/public/common/zygote_fork_delegate_linux.h b/content/public/common/zygote_fork_delegate_linux.h
index ad87c6278a69d4495de3e1792344af77551decbc..f079116ce91c4f0cc74f0b45a65e9ee72038eae2 100644
--- a/content/public/common/zygote_fork_delegate_linux.h
+++ b/content/public/common/zygote_fork_delegate_linux.h
@@ -49,14 +49,14 @@ class ZygoteForkDelegate {
// Indexes of FDs in the vector passed to Fork().
enum {
- // Used to pass in the descriptor for talking to the Browser
+ // Used to pass in the descriptor for talking to the Browser.
+ // This is actually the Mojo fd.
kBrowserFDIndex,
// The PID oracle is used in the protocol for discovering the
// child process's real PID from within the SUID sandbox.
// The child process is required to write to the socket after
// successfully forking.
kPIDOracleFDIndex,
- kMojoParentFDIndex,
kNumPassedFDs // Number of FDs in the vector passed to Fork().
};
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/zygote/zygote_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698