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

Unified Diff: services/shell/public/cpp/names.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 | « services/shell/public/cpp/lib/shell_test.cc ('k') | services/shell/public/cpp/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/names.h
diff --git a/services/shell/public/cpp/names.h b/services/shell/public/cpp/names.h
index fe534e93eb9819914c1cc93f715368210d0f1f48..328fd2d0ac796659ebf3d16eeaacc4b00d32823e 100644
--- a/services/shell/public/cpp/names.h
+++ b/services/shell/public/cpp/names.h
@@ -24,14 +24,14 @@ extern const char kNameType_Exe[];
// Represents an application packaged as a .mojo, launched from the
// NativeRunner launch path. .mojo files are assumed to live alongside the
// shell executable at a path matching <path>/<path>.mojo. .mojo applications
-// have a MojoMain() entrypoint that receives a handle to a ShellClientRequest
+// have a MojoMain() entrypoint that receives a handle to a ServiceRequest
// that must be bound to enable further communication with the shell.
//
// exe
// 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 ShellClientRequest enabling further communication with the shell. The
+// a ServiceRequest enabling further communication with the shell. The
// path component contains the executable name, minus any platform-specific
// extension.
//
« no previous file with comments | « services/shell/public/cpp/lib/shell_test.cc ('k') | services/shell/public/cpp/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698