Index: components/font_service/font_service_app.h |
diff --git a/components/font_service/font_service_app.h b/components/font_service/font_service_app.h |
index 957f231f7b2518968c2307c6b33aa95a58fcabe8..b7537da388d38252389aaa948d9a4b4bf8f833ff 100644 |
--- a/components/font_service/font_service_app.h |
+++ b/components/font_service/font_service_app.h |
@@ -30,6 +30,7 @@ class FontServiceApp : public mojo::ShellClient, |
void Initialize(mojo::Connector* connector, const mojo::Identity& identity, |
uint32_t id) override; |
bool AcceptConnection(mojo::Connection* connection) override; |
+ void ShellConnectionLost() override; |
// mojo::InterfaceFactory<FontService>: |
void Create(mojo::Connection* connection, |