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 87b4859c7cf469c1ea32df061b7d2d506fba6228..e4fee5f3df88d09f959a0fb9ed2b0fe04087fbae 100644 |
--- a/content/public/common/zygote_fork_delegate_linux.h |
+++ b/content/public/common/zygote_fork_delegate_linux.h |
@@ -59,7 +59,8 @@ class ZygoteForkDelegate { |
// suid sandbox, Fork() returns the Linux process ID. |
// This method is not aware of any potential pid namespaces, so it'll |
// return a raw pid just like fork() would. |
- virtual pid_t Fork(const std::vector<int>& fds) = 0; |
+ virtual pid_t Fork(const std::string& process_type, |
+ const std::vector<int>& fds) = 0; |
// After a successful fork, signal the child to indicate that |
// the child's PID has been received. Also communicate the |