Index: mojo/application/public/interfaces/application.mojom |
diff --git a/mojo/application/public/interfaces/application.mojom b/mojo/application/public/interfaces/application.mojom |
index dc9f2f6338074880cca9143dc2dd1fef093acbbe..6d150122f396e79ddc03085b8c2f8ea1674928a4 100644 |
--- a/mojo/application/public/interfaces/application.mojom |
+++ b/mojo/application/public/interfaces/application.mojom |
@@ -23,7 +23,7 @@ interface Application { |
// mappings, resolution, and redirects. And it will not include the |
// querystring, since the querystring is not part of an application's |
// identity. |
- Initialize(Shell shell, array<string>? args, string url); |
+ Initialize(Shell shell, string url); |
// Called when another application (identified by |requestor_url|) attempts to |
// open a connection to this application. |