| Index: mandoline/services/core_services/core_services_application_delegate.h
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h
|
| index 8d62fdcc26364463560e81bc366d8c1efb64af4b..503dcfed76d9c902c3a9b35d81e75d9d07f534be 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.h
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.h
|
| @@ -28,6 +28,8 @@ class CoreServicesApplicationDelegate
|
| CoreServicesApplicationDelegate();
|
| ~CoreServicesApplicationDelegate() override;
|
|
|
| + void ApplicationThreadDestroyed(ApplicationThread* thread);
|
| +
|
| private:
|
| // Overridden from mojo::ApplicationDelegate:
|
| bool ConfigureIncomingConnection(
|
|
|