| Index: content/common/service_manager/service_manager_connection_impl.h
|
| diff --git a/content/common/service_manager/service_manager_connection_impl.h b/content/common/service_manager/service_manager_connection_impl.h
|
| index 17cd64bc7ae8b074a508f3df74ffdbad065779c3..8f4f9bd5c7aa709ef2fe53daf958a947f90a649e 100644
|
| --- a/content/common/service_manager/service_manager_connection_impl.h
|
| +++ b/content/common/service_manager/service_manager_connection_impl.h
|
| @@ -36,7 +36,6 @@ class ServiceManagerConnectionImpl : public ServiceManagerConnection {
|
|
|
| // ServiceManagerConnection:
|
| void Start() override;
|
| - void SetInitializeHandler(const base::Closure& handler) override;
|
| service_manager::Connector* GetConnector() override;
|
| const service_manager::Identity& GetIdentity() const override;
|
| void SetConnectionLostClosure(const base::Closure& closure) override;
|
| @@ -70,7 +69,6 @@ class ServiceManagerConnectionImpl : public ServiceManagerConnection {
|
| std::unique_ptr<service_manager::Connector> connector_;
|
| scoped_refptr<IOThreadContext> context_;
|
|
|
| - base::Closure initialize_handler_;
|
| base::Closure connection_lost_handler_;
|
|
|
| std::unordered_map<std::string, std::unique_ptr<EmbeddedServiceRunner>>
|
|
|