Index: chrome/browser/zygote_host_linux.cc |
diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc |
index 983e2cea9f60731573d1ff13aff0f63399951ed9..5c58d6c82d1e6ed55ab37e6d018662891f090f17 100644 |
--- a/chrome/browser/zygote_host_linux.cc |
+++ b/chrome/browser/zygote_host_linux.cc |
@@ -67,8 +67,7 @@ void ZygoteHost::Init(const std::string& sandbox_cmd) { |
CHECK(PathService::Get(base::FILE_EXE, &chrome_path)); |
CommandLine cmd_line(chrome_path); |
- cmd_line.AppendSwitchWithValue(switches::kProcessType, |
- switches::kZygoteProcess); |
+ cmd_line.AppendSwitchASCII(switches::kProcessType, switches::kZygoteProcess); |
int fds[2]; |
CHECK(socketpair(PF_UNIX, SOCK_SEQPACKET, 0, fds) == 0); |