| Index: components/nacl/loader/nacl_helper_linux.cc
|
| diff --git a/components/nacl/loader/nacl_helper_linux.cc b/components/nacl/loader/nacl_helper_linux.cc
|
| index cdbbafd01b80a904f0bd213c2ab9c51a1bf891b4..df24f6d6181b5c03e8d9d4b95b8191e98f0d1d44 100644
|
| --- a/components/nacl/loader/nacl_helper_linux.cc
|
| +++ b/components/nacl/loader/nacl_helper_linux.cc
|
| @@ -152,7 +152,7 @@ void ChildNaClLoaderInit(std::vector<base::ScopedFD> child_fds,
|
| child_fds[content::ZygoteForkDelegate::kPIDOracleFDIndex].get()));
|
|
|
| base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| - switches::kMojoChannelToken, channel_id);
|
| + switches::kServiceRequestChannelToken, channel_id);
|
|
|
| // Save the browser socket and close the rest.
|
| base::ScopedFD browser_fd(
|
|
|