| Index: chrome/app/mash/mash_runner.cc
|
| diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
|
| index 2cde5438d506d2709a9c1fa81afc0eb4b6217dfa..839857d61c33b31ad80d3c544faa3c3c1b09e831 100644
|
| --- a/chrome/app/mash/mash_runner.cc
|
| +++ b/chrome/app/mash/mash_runner.cc
|
| @@ -186,7 +186,6 @@ void MashRunner::RunMain() {
|
| shell_connection_.reset(new mojo::ShellConnection(
|
| shell_client_.get(),
|
| background_shell.CreateShellClientRequest("exe:chrome_mash")));
|
| - shell_connection_->WaitForInitialize();
|
| shell_connection_->connector()->Connect("mojo:mash_shell");
|
| base::MessageLoop::current()->Run();
|
| }
|
|
|