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

Unified Diff: mojo/shell/public/cpp/names.h

Issue 1761153002: Replace ChildController with ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@29binding
Patch Set: . Created 4 years, 10 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/native_runner.h ('k') | mojo/shell/public/interfaces/application_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/names.h
diff --git a/mojo/shell/public/cpp/names.h b/mojo/shell/public/cpp/names.h
index 0bad8ac64cfd1078a0f3638d276afad9d203ed60..9815c870d97e67db063db3d49f5d17a22b90ac3b 100644
--- a/mojo/shell/public/cpp/names.h
+++ b/mojo/shell/public/cpp/names.h
@@ -28,9 +28,9 @@ namespace mojo {
// Represents a native executable on the host platform, expected to live
// alongside the shell executable. Executables launched via this mechanism are
// passed a handle to the shell on the command line and are expected to bind
-// a ChildController via which they will receive a ShellClientRequest enabling
-// further communication with the shell. The path component contains the
-// executable name, minus any platform-specific extension.
+// a ShellClientFactory via which they will receive a ShellClientRequest
+// enabling further communication with the shell. The path component contains
+// the executable name, minus any platform-specific extension.
//
// Other types may be supplied but are not recognized by any of the
// NativeRunners, and as such custom loaders must be specified for such names.
« no previous file with comments | « mojo/shell/native_runner.h ('k') | mojo/shell/public/interfaces/application_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698