diff options
Diffstat (limited to 'components/nacl/zygote/nacl_fork_delegate_linux.h')
-rw-r--r-- | components/nacl/zygote/nacl_fork_delegate_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h index a0860b69..4cc105c 100644 --- a/components/nacl/zygote/nacl_fork_delegate_linux.h +++ b/components/nacl/zygote/nacl_fork_delegate_linux.h @@ -29,8 +29,8 @@ class NaClForkDelegate : public content::ZygoteForkDelegate { virtual bool CanHelp(const std::string& process_type, std::string* uma_name, int* uma_sample, int* uma_boundary_value) OVERRIDE; virtual pid_t Fork(const std::string& process_type, - const std::vector<int>& fds) OVERRIDE; - virtual bool AckChild(int fd, const std::string& channel_id) OVERRIDE; + const std::vector<int>& fds, + const std::string& channel_id) OVERRIDE; virtual bool GetTerminationStatus(pid_t pid, bool known_dead, base::TerminationStatus* status, int* exit_code) OVERRIDE; |