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

Unified Diff: ipc/ipc_perftest_support.h

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.cc ('k') | ipc/ipc_perftest_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_perftest_support.h
diff --git a/ipc/ipc_perftest_support.h b/ipc/ipc_perftest_support.h
index f719db4368c7c9fac6b549f523994bb4d36fc7d2..f98496f728447d4d0595c8b0dd8baa201eec7fce 100644
--- a/ipc/ipc_perftest_support.h
+++ b/ipc/ipc_perftest_support.h
@@ -35,7 +35,7 @@ class PingPongTestParams {
int message_count_;
};
-class IPCChannelPerfTestBase : public IPCTestBase {
+class IPCChannelPerfTestBase : public IPCChannelMojoTestBase {
public:
IPCChannelPerfTestBase();
~IPCChannelPerfTestBase() override;
@@ -62,7 +62,7 @@ class PingPongTestClient {
PingPongTestClient();
virtual ~PingPongTestClient();
- virtual std::unique_ptr<Channel> CreateChannel(Listener* listener);
+ virtual std::unique_ptr<Channel> CreateChannel(Listener* listener) = 0;
int RunMain();
scoped_refptr<base::TaskRunner> task_runner();
« no previous file with comments | « ipc/ipc_multiprocess_test.cc ('k') | ipc/ipc_perftest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698