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

Unified Diff: content/browser/service_manager/service_manager_context.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
« no previous file with comments | « content/BUILD.gn ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_manager/service_manager_context.h
diff --git a/content/browser/service_manager/service_manager_context.h b/content/browser/service_manager/service_manager_context.h
index d2c025c12b4b46bf91f7c82ece6363445d48fdcf..d5efe089a8d2239ff35a5da4cb9e20750203479d 100644
--- a/content/browser/service_manager/service_manager_context.h
+++ b/content/browser/service_manager/service_manager_context.h
@@ -15,6 +15,8 @@ class Connector;
namespace content {
+class ServiceManagerConnection;
+
// ServiceManagerContext manages the browser's connection to the ServiceManager,
// hosting a new in-process ServiceManagerContext if the browser was not
// launched from an external one.
@@ -30,6 +32,7 @@ class CONTENT_EXPORT ServiceManagerContext {
class InProcessServiceManagerContext;
scoped_refptr<InProcessServiceManagerContext> in_process_context_;
+ std::unique_ptr<ServiceManagerConnection> packaged_services_connection_;
DISALLOW_COPY_AND_ASSIGN(ServiceManagerContext);
};
« no previous file with comments | « content/BUILD.gn ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698