diff options
Diffstat (limited to 'ipc/ipc_switches.cc')
-rw-r--r-- | ipc/ipc_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_switches.cc b/ipc/ipc_switches.cc index bcb1225..2a8f470 100644 --- a/ipc/ipc_switches.cc +++ b/ipc/ipc_switches.cc @@ -11,6 +11,10 @@ namespace switches { // Can't find the switch you are looking for? try looking in // base/base_switches.cc instead. +// On POSIX only: use FIFO for IPC channels so that "unrelated" process +// can connect to a channel, provided it knows its name. For debugging purposes. +const char kIPCUseFIFO[] = "ipc-use-fifo"; + // The value of this switch tells the child process which // IPC channel the browser expects to use to communicate with it. const char kProcessChannelID[] = "channel"; |