diff options
Diffstat (limited to 'components/resource_provider/resource_provider_test_app.cc')
| -rw-r--r-- | components/resource_provider/resource_provider_test_app.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/resource_provider/resource_provider_test_app.cc b/components/resource_provider/resource_provider_test_app.cc index ab0147f..2c78352 100644 --- a/components/resource_provider/resource_provider_test_app.cc +++ b/components/resource_provider/resource_provider_test_app.cc @@ -99,9 +99,6 @@ class TestApp : public mojo::ShellClient, connection->AddInterface<mojom::Test>(this); return true; } - void ShellConnectionLost() override { - base::MessageLoop::current()->QuitWhenIdle(); - } // InterfaceFactory<mojom::Test>: void Create(mojo::Connection* connection, |
