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

Unified Diff: content/browser/renderer_host/sandbox_ipc_linux.h

Issue 240463005: Stop using chrome-sandbox to determine real pids (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix an embarassing number of compile errors Created 6 years, 8 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 | « components/nacl/loader/nacl_helper_linux.cc ('k') | content/browser/renderer_host/sandbox_ipc_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/sandbox_ipc_linux.h
diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
index 2ebefc2e84df33dc0edd3dea542da6f3842f9fb1..367775a1c4939616b82515725f6440c01deab787 100644
--- a/content/browser/renderer_host/sandbox_ipc_linux.h
+++ b/content/browser/renderer_host/sandbox_ipc_linux.h
@@ -11,6 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/pickle.h"
+#include "base/process/process_handle.h"
#include "content/child/blink_platform_impl.h"
#include "skia/ext/skia_utils_base.h"
@@ -79,6 +80,12 @@ class SandboxIPCProcess {
PickleIterator iter,
std::vector<int>& fds);
+ void HandleGetRealPid(int fd,
+ const Pickle& pickle,
+ PickleIterator iter,
+ std::vector<int>& fds,
+ base::ProcessId sender_pid);
+
void SendRendererReply(const std::vector<int>& fds,
const Pickle& reply,
int reply_fd);
« no previous file with comments | « components/nacl/loader/nacl_helper_linux.cc ('k') | content/browser/renderer_host/sandbox_ipc_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698