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

Unified Diff: mojo/shell/runner/child/child_controller.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/shell_client.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/child/child_controller.mojom
diff --git a/mojo/shell/runner/child/child_controller.mojom b/mojo/shell/runner/child/child_controller.mojom
index 34c6dc9473196693e5cd31d2b7548b15f3898067..f71c0d538f8c6f43588748568973d073a283774b 100644
--- a/mojo/shell/runner/child/child_controller.mojom
+++ b/mojo/shell/runner/child/child_controller.mojom
@@ -4,11 +4,11 @@
module mojo.shell.mojom;
-import "mojo/shell/public/interfaces/application.mojom";
+import "mojo/shell/public/interfaces/shell_client.mojom";
interface ChildController {
// Starts the app.
- StartApp(Application& application_request) => (int32 result);
+ StartApp(ShellClient& request) => (int32 result);
// Exits the child process now (with no cleanup), with the given exit code.
ExitNow(int32 exit_code);
« no previous file with comments | « mojo/shell/public/interfaces/shell_client.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698