| Index: mojo/shell/background/tests/background_shell_unittest.cc
|
| diff --git a/mojo/shell/background/tests/background_shell_unittest.cc b/mojo/shell/background/tests/background_shell_unittest.cc
|
| index 82b36b1d5af7522940e77846525c261608a0ba65..8901ab307c475b5ddef13bf53f3afb1f440cdfca 100644
|
| --- a/mojo/shell/background/tests/background_shell_unittest.cc
|
| +++ b/mojo/shell/background/tests/background_shell_unittest.cc
|
| @@ -57,7 +57,6 @@ TEST(BackgroundShellTest, MAYBE_Basic) {
|
| ShellClientImpl shell_client;
|
| ShellConnection shell_connection(
|
| &shell_client, background_shell.CreateShellClientRequest(kTestName));
|
| - shell_connection.WaitForInitialize();
|
| mojom::TestServicePtr test_service;
|
| shell_connection.connector()->ConnectToInterface(
|
| "mojo:background_shell_test_app", &test_service);
|
|
|