| Index: components/nacl/zygote/nacl_fork_delegate_linux.h
|
| diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| index a5ec534aa21ebcb9339eeb2877336e37a830f207..5b085b25bd33e1926681f8d7d31947304a341dfd 100644
|
| --- a/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| +++ b/components/nacl/zygote/nacl_fork_delegate_linux.h
|
| @@ -28,7 +28,8 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
|
| int* uma_boundary_value) OVERRIDE;
|
| 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::vector<int>& fds) 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_switch) OVERRIDE;
|
| virtual bool GetTerminationStatus(pid_t pid, bool known_dead,
|
|
|