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

Unified Diff: chrome/service/service_process.h

Issue 2084453002: Initialise and use ChannelMojo to the service utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 6 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 | « chrome/service/DEPS ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.h
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index fde5ce1776d47732ba60772264f007d5d6e6478f..5b46d36ed367b352d5a67ef44ae93d314629843f 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -24,6 +24,12 @@ class SequencedWorkerPool;
class WaitableEvent;
}
+namespace mojo {
+namespace edk {
+class ScopedIPCSupport;
+}
+}
+
namespace net {
class NetworkChangeNotifier;
}
@@ -115,6 +121,7 @@ class ServiceProcess : public ServiceIPCServer::Client,
std::unique_ptr<ServiceProcessPrefs> service_prefs_;
std::unique_ptr<ServiceIPCServer> ipc_server_;
std::unique_ptr<ServiceProcessState> service_process_state_;
+ std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
// An event that will be signalled when we shutdown.
base::WaitableEvent shutdown_event_;
« no previous file with comments | « chrome/service/DEPS ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698