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

Unified Diff: services/shell/public/interfaces/connector.mojom

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 | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/public/interfaces/service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/interfaces/connector.mojom
diff --git a/services/shell/public/interfaces/connector.mojom b/services/shell/public/interfaces/connector.mojom
index f419ebee4aaceaa1231b8cf9f0c5dcd747a63d0d..1f83e529f3f4ae5983e0c078dc005dc918f9204f 100644
--- a/services/shell/public/interfaces/connector.mojom
+++ b/services/shell/public/interfaces/connector.mojom
@@ -69,12 +69,12 @@ interface PIDReceiver {
// the process itself and provide the shell the pipes it needs to communicate
// with it. When an instance of this struct is supplied to Connect(), the client
// owns the lifetime of the child process, not the shell. The shell binds the
-// |shell_client| pipe, and when it closes destroys the associated instance but
+// |service| pipe, and when it closes destroys the associated instance but
// the process stays alive.
struct ClientProcessConnection {
- // Provides the shell the ability to bind a ShellClient from the client
- // process to the instance it creates.
- handle<message_pipe> shell_client;
+ // Provides the shell the ability to bind a Service from the client process to
+ // the instance it creates.
+ handle<message_pipe> service;
// Allows the client process launcher to tell the shell the PID of the process
// it created (the pid isn't supplied directly here as the process may not
« no previous file with comments | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/public/interfaces/service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698