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

Unified Diff: mojo/edk/system/test_utils.h

Issue 1488853002: Add multiplexing of message pipes in the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tsepez review comments Created 5 years 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 | « mojo/edk/system/run_all_unittests.cc ('k') | mojo/edk/system/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/test_utils.h
diff --git a/mojo/edk/system/test_utils.h b/mojo/edk/system/test_utils.h
index cf244b3a6df843c9d38d2ed986f0dd3a2047209d..46398d92c82f714f1162307c603a5f9dafa5216e 100644
--- a/mojo/edk/system/test_utils.h
+++ b/mojo/edk/system/test_utils.h
@@ -5,9 +5,7 @@
#ifndef MOJO_EDK_SYSTEM_TEST_UTILS_H_
#define MOJO_EDK_SYSTEM_TEST_UTILS_H_
-#include "base/test/test_io_thread.h"
#include "base/time/time.h"
-#include "mojo/edk/test/scoped_ipc_support.h"
#include "mojo/public/c/system/types.h"
#include "mojo/public/cpp/system/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -54,23 +52,6 @@ class Stopwatch {
MOJO_DISALLOW_COPY_AND_ASSIGN(Stopwatch);
};
-// A base class which initializes and shuts down the necessary objects so that
-// Mojo system calls can be made.
-class MojoSystemTest : public testing::Test {
- public:
- MojoSystemTest();
- ~MojoSystemTest() override;
-
- base::TestIOThread* test_io_thread() { return &test_io_thread_; }
-
- private:
- base::MessageLoop message_loop_;
- base::TestIOThread test_io_thread_;
- test::ScopedIPCSupport ipc_support_;
-
- MOJO_DISALLOW_COPY_AND_ASSIGN(MojoSystemTest);
-};
-
} // namespace test
} // namespace edk
} // namespace mojo
« no previous file with comments | « mojo/edk/system/run_all_unittests.cc ('k') | mojo/edk/system/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698