Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: content/common/service_manager/service_manager_connection_impl.h

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>>

Powered by Google App Engine
This is Rietveld 408576698