Index: mojo/shell/app_child_process.mojom |
diff --git a/mojo/shell/app_child_process.mojom b/mojo/shell/app_child_process.mojom |
index 5b0f180c496ba878776525f8c65436597b645e0d..d8cef1200a2eb28f00d5d9b6ea5593a506735847 100644 |
--- a/mojo/shell/app_child_process.mojom |
+++ b/mojo/shell/app_child_process.mojom |
@@ -7,7 +7,7 @@ module mojo.shell { |
[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, handle<message_pipe>? service); |
}; |
interface AppChildControllerClient { |