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

Unified Diff: ipc/unix_domain_socket_util.h

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « ipc/ipc_channel_posix.cc ('k') | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/unix_domain_socket_util.h
diff --git a/ipc/unix_domain_socket_util.h b/ipc/unix_domain_socket_util.h
index 78d98644cb9ea847db132e6e8df2b93becc557d5..d8f90175c3ff167f8fcc36090da627fa32a41374 100644
--- a/ipc/unix_domain_socket_util.h
+++ b/ipc/unix_domain_socket_util.h
@@ -49,7 +49,7 @@ IPC_EXPORT bool IsPeerAuthorized(int peer_fd);
// Returns true if it's valid to keep listening on |server_listen_fd|. In this
// case, it's possible that a connection wasn't successfully established; then,
// |server_socket| will be set to -1.
-IPC_EXPORT bool ServerAcceptConnection(int server_listen_fd,
+IPC_EXPORT bool ServerOnConnect(int server_listen_fd,
int* server_socket);
// The maximum length of the name of a socket for MODE_NAMED_SERVER or
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698