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

Unified Diff: content/public/common/service_manager_connection.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/public/common/service_manager_connection.h
diff --git a/content/public/common/service_manager_connection.h b/content/public/common/service_manager_connection.h
index 4386b768598c9ff62b71198d948a2c898464ef58..ec82e3b726bc861400130008aceb833d17d803a0 100644
--- a/content/public/common/service_manager_connection.h
+++ b/content/public/common/service_manager_connection.h
@@ -77,10 +77,6 @@ class CONTENT_EXPORT ServiceManagerConnection {
// below.
virtual void Start() = 0;
- // Sets a closure to be invoked once the connection receives an Initialize()
- // request from the shell.
- virtual void SetInitializeHandler(const base::Closure& handler) = 0;
-
// Returns the service_manager::Connector received via this connection's
// Service
// implementation. Use this to initiate connections as this object's Identity.
« no previous file with comments | « content/public/app/mojo/content_packaged_services_manifest.json ('k') | content/public/common/service_names.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698