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

Unified Diff: shell/app_child_process.mojom

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
Patch Set: fix android Created 5 years, 11 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
Index: shell/app_child_process.mojom
diff --git a/shell/app_child_process.mojom b/shell/app_child_process.mojom
index a07fb9751b65d9753030739ddf2bf1c3c92102bd..dfe486881b490c309eed357d55352193421d8771 100644
--- a/shell/app_child_process.mojom
+++ b/shell/app_child_process.mojom
@@ -4,10 +4,11 @@
module mojo.shell;
+import "mojo/public/interfaces/application/application.mojom";
+
[Client=AppChildControllerClient]
interface AppChildController {
- // TODO(vtl): |service| should be of a more specific type.
- StartApp(string app_path, handle<message_pipe> service);
+ StartApp(string app_path, mojo.Application& application_request);
};
interface AppChildControllerClient {

Powered by Google App Engine
This is Rietveld 408576698