Index: components/font_service/font_service_app.cc |
diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc |
index 6e73b9996236866fa043120d74c8a69638f49cd5..5942cb12ccce34ed14c139ed7877cce318425b02 100644 |
--- a/components/font_service/font_service_app.cc |
+++ b/components/font_service/font_service_app.cc |
@@ -69,6 +69,10 @@ 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)); |