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

Unified Diff: chrome/common/service_process_util.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.h ('k') | chrome/common/service_process_util_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util.cc
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc
index 8b49f58c3e44ed9d72187422ff680bba128824ca..715ad0c197371967412d2f71cd38cbc071106701 100644
--- a/chrome/common/service_process_util.cc
+++ b/chrome/common/service_process_util.cc
@@ -280,7 +280,7 @@ bool ServiceProcessState::CreateSharedData() {
return true;
}
-IPC::ChannelHandle ServiceProcessState::GetServiceProcessChannel() {
+mojo::edk::NamedPlatformHandle ServiceProcessState::GetServiceProcessChannel() {
return ::GetServiceProcessChannel();
}
« no previous file with comments | « chrome/common/service_process_util.h ('k') | chrome/common/service_process_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698