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

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

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase onto catalog CL Created 4 years, 9 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 | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/runner/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/connector.mojom
diff --git a/mojo/shell/public/interfaces/connector.mojom b/mojo/shell/public/interfaces/connector.mojom
index 4dff63da05c177f98c5926e350c917e62c8e94b9..b48440a408e990cc180e454febbad6caf93a92c9 100644
--- a/mojo/shell/public/interfaces/connector.mojom
+++ b/mojo/shell/public/interfaces/connector.mojom
@@ -18,7 +18,7 @@ enum ConnectResult {
// The name or user id supplied was malformed, or the application specified
// by |name| could not be loaded.
INVALID_ARGUMENT,
-
+
// The connection was blocked by policy. Either connections to |name| are
// forbidden from this app by the CapabilityFilter, or the application
// attempted to connect using a user id other than its own,
@@ -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_factory| pipe, and when it closes destroys the associated
-// instance but the process stays alive.
+// |shell_client| pipe, and when it closes destroys the associated instance but
+// the process stays alive.
struct ClientProcessConnection {
- // Provides the shell the ability to bind a ShellClientRequest from the client
+ // Provides the shell the ability to bind a ShellClient from the client
// process to the instance it creates.
- handle<message_pipe> shell_client_factory;
+ handle<message_pipe> shell_client;
// 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 | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/runner/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698