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

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

Issue 1691493002: Revise comments on various Shell interfaces. Make some methods private on ShellConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/public/cpp/lib/app_lifetime_helper.cc ('k') | mojo/shell/public/cpp/shell_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/shell.h
diff --git a/mojo/shell/public/cpp/shell.h b/mojo/shell/public/cpp/shell.h
index 00e4605bb9197a823069cec1a6ec5f4241e8543c..151ff3ef0931af2990c5ec4999c3a64add22aa17 100644
--- a/mojo/shell/public/cpp/shell.h
+++ b/mojo/shell/public/cpp/shell.h
@@ -16,6 +16,9 @@ shell::mojom::CapabilityFilterPtr CreatePermissiveCapabilityFilter();
using ShellClientRequest = InterfaceRequest<shell::mojom::ShellClient>;
+// An interface that encapsulates the Mojo Shell's broker interface by which
+// connections between applications are established. Implemented by
+// ShellConnection, this is the primary interface exposed to clients.
class Shell {
public:
class ConnectParams {
« no previous file with comments | « mojo/shell/public/cpp/lib/app_lifetime_helper.cc ('k') | mojo/shell/public/cpp/shell_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698