| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index d46acd2fc7f7a2128a05ebe71fff1b8eb30c95a2..8dd59dd15828a73caaec9fc357ff460338a1ca41 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -475,8 +475,6 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| setlocale(LC_ALL, "");
|
|
|
| SetupSignalHandlers();
|
| - g_fds->Set(kPrimaryIPCChannel,
|
| - kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| g_fds->Set(kMojoIPCChannel,
|
| kMojoIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| #endif // !OS_ANDROID
|
|
|