Index: chrome/common/ipc_channel_posix.cc |
diff --git a/chrome/common/ipc_channel_posix.cc b/chrome/common/ipc_channel_posix.cc |
index e29596cb8095a047984bc68d097f189d60aa6b60..f63727768ed2523e6b207fae6fdfe35f493344b7 100644 |
--- a/chrome/common/ipc_channel_posix.cc |
+++ b/chrome/common/ipc_channel_posix.cc |
@@ -246,7 +246,7 @@ Channel::ChannelImpl::ChannelImpl(const std::wstring& channel_id, Mode mode, |
is_blocked_on_write_(false), |
message_send_bytes_written_(0), |
uses_fifo_(CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kTestingChannelID)), |
+ switches::kIPCUseFIFO)), |
server_listen_pipe_(-1), |
pipe_(-1), |
client_pipe_(-1), |