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

Unified Diff: mojo/shell/shell_test_base_unittest.cc

Issue 343843002: mojo: remove need for ShellTestBase::InitMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months 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/shell/shell_test_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_test_base_unittest.cc
diff --git a/mojo/shell/shell_test_base_unittest.cc b/mojo/shell/shell_test_base_unittest.cc
index 126249c06ad0c688a4a64dd60ad66904af3db5b3..3a0d13252ea5d07f2c80900b59c7e71faa834b88 100644
--- a/mojo/shell/shell_test_base_unittest.cc
+++ b/mojo/shell/shell_test_base_unittest.cc
@@ -42,8 +42,6 @@ void PingCallback(base::MessageLoop* message_loop, bool* was_run) {
}
TEST_F(ShellTestBaseTest, LaunchServiceInProcess) {
- InitMojo();
-
InterfacePtr<mojo::test::ITestService> test_service;
{
@@ -72,8 +70,6 @@ TEST_F(ShellTestBaseTest, LaunchServiceInProcess) {
// Tests that launching a service in process fails properly if the service
// doesn't exist.
TEST_F(ShellTestBaseTest, LaunchServiceInProcessInvalidService) {
- InitMojo();
-
InterfacePtr<mojo::test::ITestService> test_service;
{
« no previous file with comments | « mojo/shell/shell_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698