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

Unified Diff: chrome/common/service_process_util_win.cc

Issue 2444363003: Remove uses of ChannelHandle for service processes. (Closed)
Patch Set: Created 4 years, 2 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/common/service_process_util_mac.mm ('k') | chrome/service/service_ipc_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util_win.cc
diff --git a/chrome/common/service_process_util_win.cc b/chrome/common/service_process_util_win.cc
index 047acd90360fc4f73a02c30b951da1ba47ed45bd..06711f7109bdc4596307f43099d04da443361563 100644
--- a/chrome/common/service_process_util_win.cc
+++ b/chrome/common/service_process_util_win.cc
@@ -80,8 +80,9 @@ class ServiceProcessTerminateMonitor
} // namespace
// Gets the name of the service process IPC channel.
-IPC::ChannelHandle GetServiceProcessChannel() {
- return GetServiceProcessScopedVersionedName("_service_ipc");
+mojo::edk::NamedPlatformHandle GetServiceProcessChannel() {
+ return mojo::edk::NamedPlatformHandle(
+ GetServiceProcessScopedVersionedName("_service_ipc"));
}
bool ForceServiceProcessShutdown(const std::string& version,
« no previous file with comments | « chrome/common/service_process_util_mac.mm ('k') | chrome/service/service_ipc_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698