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

Unified Diff: mojo/application/public/interfaces/application.mojom

Issue 1143793003: Remove application-specific args from Mandoline's shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: 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.

Powered by Google App Engine
This is Rietveld 408576698