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

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

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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
Index: mojo/public/interfaces/application/application_connector.mojom
diff --git a/mojo/public/interfaces/application/application_connector.mojom b/mojo/public/interfaces/application/application_connector.mojom
index 23df7f615e3cccd732d243580b31699c6d01a6b9..d7434ba7dcc8a138ec41027a8f7a29e49cd7ecee 100644
--- a/mojo/public/interfaces/application/application_connector.mojom
+++ b/mojo/public/interfaces/application/application_connector.mojom
@@ -31,9 +31,7 @@ interface ApplicationConnector {
// "mojo:{service}", it is up to the Mojo shell to select an appropriate
// application for the service. Currently, the shell does this based on the
// value of its --origin flag.
- ConnectToApplication(string application_url,
- ServiceProvider&? services,
- ServiceProvider? exposed_services);
+ ConnectToApplication(string application_url, ServiceProvider&? services, ServiceProvider? exposed_services);
// Creates a duplicate of this |ApplicationConnector|.
Duplicate(ApplicationConnector& application_connector_request);

Powered by Google App Engine
This is Rietveld 408576698