| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index c196a7fc2fa159be1ccb9222b018c06764852a05..900463e4cea97428ee5c2a0f758316fc71763a4c 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -562,8 +562,9 @@ base::ProcessId Zygote::ReadArgsAndFork(base::PickleIterator iter,
|
| base::GlobalDescriptors::Mapping mapping;
|
| std::string process_type;
|
| std::string channel_id;
|
| - const std::string channel_id_prefix = std::string("--")
|
| - + switches::kMojoChannelToken + std::string("=");
|
| + const std::string channel_id_prefix = std::string("--") +
|
| + switches::kServiceRequestChannelToken +
|
| + std::string("=");
|
|
|
| if (!iter.ReadString(&process_type))
|
| return -1;
|
|
|