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

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

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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/interfaces/content_handler.mojom ('k') | mojo/shell/runner/child/child_controller.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/shell_client.mojom
diff --git a/mojo/shell/public/interfaces/application.mojom b/mojo/shell/public/interfaces/shell_client.mojom
similarity index 98%
rename from mojo/shell/public/interfaces/application.mojom
rename to mojo/shell/public/interfaces/shell_client.mojom
index b59b72424626e1e70112d3f5bb805335e5cc88df..b438d822fbfdf984f8106f6228f5b0b03779e582 100644
--- a/mojo/shell/public/interfaces/application.mojom
+++ b/mojo/shell/public/interfaces/shell_client.mojom
@@ -7,13 +7,14 @@ module mojo.shell.mojom;
import "mojo/shell/public/interfaces/service_provider.mojom";
import "mojo/shell/public/interfaces/shell.mojom";
+// TODO(beng): rewrite these comments.
// This is the primary interface implemented by every Mojo application. It
// allows the application to receive its startup arguments from the shell, and
// to be notified of events that occur during its execution.
//
// TODO(aa): It would be good to reorder the parameters once we have interface
// versioning.
-interface Application {
+interface ShellClient {
// Initializes the application with the specified arguments. This method is
// guaranteed to be called before any other method is called, and will only be
// called once.
« no previous file with comments | « mojo/shell/public/interfaces/content_handler.mojom ('k') | mojo/shell/runner/child/child_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698