diff options
Diffstat (limited to 'components/font_service/font_service_app.cc')
| -rw-r--r-- | components/font_service/font_service_app.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc index 5942cb1..6e73b99 100644 --- a/components/font_service/font_service_app.cc +++ b/components/font_service/font_service_app.cc @@ -69,10 +69,6 @@ bool FontServiceApp::AcceptConnection(mojo::Connection* connection) { return true; } -void FontServiceApp::ShellConnectionLost() { - _exit(1); -} - void FontServiceApp::Create(mojo::Connection* connection, mojo::InterfaceRequest<FontService> request) { bindings_.AddBinding(this, std::move(request)); |
