Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: ipc/ipc_multiprocess_test.cc

Issue 2473993003: Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_multiprocess_test.h ('k') | ipc/ipc_perftest_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_multiprocess_test.cc
diff --git a/ipc/ipc_multiprocess_test.cc b/ipc/ipc_multiprocess_test.cc
deleted file mode 100644
index 8da67b2c8a689cb5d675452c0dc5ff604f2816d2..0000000000000000000000000000000000000000
--- a/ipc/ipc_multiprocess_test.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "build/build_config.h"
-
-#include "ipc/ipc_channel.h"
-#include "ipc/ipc_multiprocess_test.h"
-
-#if defined(OS_POSIX)
-#include "base/posix/global_descriptors.h"
-#include "ipc/ipc_descriptors.h"
-#endif
-
-namespace internal {
-
-void MultiProcessTestIPCSetUp() {
-#if defined(OS_ANDROID)
- // On Android we can't 'exec'. So for simple multi-process tests
- // we need to reset some global data after forking to get the same
- // behavior in simple multi-process tests.
- IPC::Channel::NotifyProcessForkedForTesting();
-#endif
-#if defined(OS_POSIX)
- base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
- kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
-#endif
-}
-
-} // namespace internal
« no previous file with comments | « ipc/ipc_multiprocess_test.h ('k') | ipc/ipc_perftest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698